TeleFlow Step 0370
From TeleFlow
(Difference between revisions)
Wikilib (Talk | contribs)
(New page: Image:Iv_370.gif <strong><big>UDP Bind</big></strong><br> Binds (reserves) a local port for use by the TeleFlow Application, and return a socket handle that can be used in your app...)
Next diff →
Current revision
UDP Bind
Binds (reserves) a local port for use by the TeleFlow Application, and return a socket handle that can be used in your application to receive or send data via UDP.
Properties
Host port #: Local port number to bind to.
Variable to receive Socket Handle: TeleFlow variable to accept the handle generated by the UDP port binding. This stores the socket handle for use with other UDP steps. A FATAL error will be generated if this field is left blank.
Action Steps
Fail: Unable to bind to the port, or to acquire a socket from the operating system. Please see the log for failure details.
Related Steps
UDP Close
UDP Receive
UDP Send
