C# 클래스 NFrame.NFNetModule

상속: NFILogicModule
파일 보기 프로젝트 열기: ketoo/NFrame 1 사용 예제들

공개 메소드들

메소드 설명
GetNetHandler ( ) : NFNetHandler
Initialization ( UInt32 nMaxClient, UInt16 nPort ) : int
Initialization ( string strIP, UInt16 nPort ) : int
NFToPB ( NFrame xID ) : Ident
PBToNF ( NFMsg xID ) : NFGUID
SendMsg ( int nMsgID, int nSockIndex, string msg ) : int
SendMsgPB ( int nMsgID, int nSockIndex, NFMsg xData ) : int
SendMsgToAllClient ( int nMsgID, string msg ) : int

비공개 메소드들

메소드 설명
OnRecivePack ( UInt32 nSockIndex, UInt16 nMsgID, string msg, NFINet pNet ) : void
OnSocketEvent ( UInt32 nSockIndex, NFINet eEvent, NFINet pNet ) : void

메소드 상세

GetNetHandler() 공개 메소드

public GetNetHandler ( ) : NFNetHandler
리턴 NFNetHandler

Initialization() 공개 메소드

public Initialization ( UInt32 nMaxClient, UInt16 nPort ) : int
nMaxClient System.UInt32
nPort System.UInt16
리턴 int

Initialization() 공개 메소드

public Initialization ( string strIP, UInt16 nPort ) : int
strIP string
nPort System.UInt16
리턴 int

NFToPB() 공개 정적인 메소드

public static NFToPB ( NFrame xID ) : Ident
xID NFrame
리턴 NFMsg.Ident

PBToNF() 공개 정적인 메소드

public static PBToNF ( NFMsg xID ) : NFGUID
xID NFMsg
리턴 NFGUID

SendMsg() 공개 메소드

public SendMsg ( int nMsgID, int nSockIndex, string msg ) : int
nMsgID int
nSockIndex int
msg string
리턴 int

SendMsgPB() 공개 메소드

public SendMsgPB ( int nMsgID, int nSockIndex, NFMsg xData ) : int
nMsgID int
nSockIndex int
xData NFMsg
리턴 int

SendMsgToAllClient() 공개 메소드

public SendMsgToAllClient ( int nMsgID, string msg ) : int
nMsgID int
msg string
리턴 int