TeleFlow Step 0370

TeleFlow Step 0370

From TeleFlow

Jump to: navigation, search

Image:Iv_370.gif 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

Image:iv_930.gifFail: Unable to bind to the port, or to acquire a socket from the operating system. Please see the log for failure details.

Related Steps

Image:Iv_371.gif UDP Close
Image:Iv_372.gif UDP Receive
Image:Iv_373.gif UDP Send