int vm_soc_socket( int family, int type, int protocol );
int vm_soc_socket( int family, int type, int protocol );
Creates a socket.
|
Parameters |
Description |
|
int family | |
|
int type |
[IN] Specifies the type for the new socket. SOCK_STREAM = connection based type. SOCK_DGRAM = datagram connectionless type. |
|
int protocol |
[IN] Particular protocol to be used with the socket that is specific to the indicated address family. |
vmsock.h
It is advised to use BSD socket API all in one sub-thread.
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.