UDP Functions Reference
WebUdpCreate Function
Creates an UDP handle, which can be used in subsequent calls to WebUdpXXX functions.
WebUdpGetBindInfo Function
Receives the IP address and the port to which the specified UDP socket is bound.
WebUdpSendTo Function
Sends a string or binary data to the specified host port combination using the UDP protocol.
WebUdpRecvFrom Function
Receives data using the UDP protocol.
WebUdpClose Function
Closes an UDP handle, which has been created by a call to the
WebUdpCreate
function.
Parent topic:
Internet Functions