zStatus zSocket_Construct(zSocket* socket, zSocketType type);
|
Parameters |
Description |
|
zSocket* socket |
Destination for the constructed object handle. |
|
zSocketType type |
The type of socket to create (i.e. TCP or UDP). |
Constructs a zSocket object.
zSocket.h