int vm_soc_bind( int sock, const SOCKADDR* addr, int addrlen, int type );
int vm_soc_bind( int sock, const SOCKADDR* addr, int addrlen, int type );
Binds a local address with a socket.
|
Parameters |
Description |
|
int sock |
[IN] The descriptor that identifies an unbound socket. |
|
const SOCKADDR* addr |
[IN] The local address to be bound to the socket. |
|
int addrlen |
[IN] The size of the address structure, in bytes. |
|
int type |
[IN] Specifies the type for the new socket. SOCK_STREAM = connection based type. SOCK_DGRAM = datagram connectionless type. |
vmsock.h
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.