TeleFlow Step 0370
From TeleFlow
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
