|
Zen API
|
| kStatus kUdpClient_Bind | ( | kUdpClient | client, |
| kIpAddress | address, | ||
| k32u | port | ||
| ) |
Binds the client to a local IP address and/or port.
| client | UDP client object. |
| address | A local IP address, or kIpAddress_Any(). |
| port | A local port number, or kIP_PORT_ANY. |