Zen API
zUdpClient_Bind
C
zStatus zUdpClient_Bind(zUdpClient* client, zIPAddress address, z32u port);
Parameters
Parameters 
Description 
zUdpClient* client 
zUdpClient object. 
zIPAddress address 
A local IP address, or zIP_ADDRESS_ANY
z32u port 
A local port number, or zIP_PORT_ANY
Description

Binds the client to a local IP address and/or port.

File

zUdpClient.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.