메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
OnRecivePack ( |
||
OnSocketEvent ( |
public Initialization ( |
||
nMaxClient | ||
nPort | ||
리턴 | int |
public Initialization ( string strIP, |
||
strIP | string | |
nPort | ||
리턴 | int |
public SendMsg ( int nMsgID, int nSockIndex, string msg ) : int | ||
nMsgID | int | |
nSockIndex | int | |
msg | string | |
리턴 | int |
public SendMsgPB ( int nMsgID, int nSockIndex, NFMsg xData ) : int | ||
nMsgID | int | |
nSockIndex | int | |
xData | NFMsg | |
리턴 | int |
public SendMsgToAllClient ( int nMsgID, string msg ) : int | ||
nMsgID | int | |
msg | string | |
리턴 | int |