Method | Description | |
---|---|---|
GetNetHandler ( ) : |
||
Initialization ( |
||
Initialization ( string strIP, |
||
NFToPB ( NFrame xID ) : |
||
PBToNF ( NFMsg xID ) : |
||
SendMsg ( int nMsgID, int nSockIndex, string msg ) : int | ||
SendMsgPB ( int nMsgID, int nSockIndex, NFMsg xData ) : int | ||
SendMsgToAllClient ( int nMsgID, string msg ) : int |
Method | Description | |
---|---|---|
OnRecivePack ( |
||
OnSocketEvent ( |
public Initialization ( |
||
nMaxClient | ||
nPort | ||
return | int |
public Initialization ( string strIP, |
||
strIP | string | |
nPort | ||
return | int |
public static NFToPB ( NFrame xID ) : |
||
xID | NFrame | |
return |
public SendMsg ( int nMsgID, int nSockIndex, string msg ) : int | ||
nMsgID | int | |
nSockIndex | int | |
msg | string | |
return | int |
public SendMsgPB ( int nMsgID, int nSockIndex, NFMsg xData ) : int | ||
nMsgID | int | |
nSockIndex | int | |
xData | NFMsg | |
return | int |
public SendMsgToAllClient ( int nMsgID, string msg ) : int | ||
nMsgID | int | |
msg | string | |
return | int |