Zen API
zSocketType
C
enum zSocketType {
  zSOCKET_TYPE_TCP,
  zSOCKET_TYPE_UDP
};
Members
Members 
Description 
zSOCKET_TYPE_TCP 
TCP Socket. 
zSOCKET_TYPE_UDP 
UDP Socket. 
Description

Represents the type of socket.

File

zSocket.h

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