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

Constructs a zSocket object.

File

zSocket.h

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