C# 클래스 NFrame.NFINet

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

공개 메소드들

메소드 설명
CloseNetObject ( UInt32 nSockIndex ) : int
Final ( ) : bool
Initialization ( UInt32 nMaxClient, UInt16 nPort ) : int
Initialization ( string strIP, UInt16 nPort ) : void
IsServer ( ) : int
Log ( int severity, string msg ) : int
SendMsgToAllClientWithOutHead ( UInt16 nMsgID, string msg ) : bool
SendMsgWithOutHead ( UInt16 nMsgID, string msg, List fdList ) : bool
SendMsgWithOutHead ( UInt16 nMsgID, string msg, UInt32 nSockIndex ) : bool

메소드 상세

CloseNetObject() 공개 추상적인 메소드

public abstract CloseNetObject ( UInt32 nSockIndex ) : int
nSockIndex System.UInt32
리턴 int

Final() 공개 추상적인 메소드

public abstract Final ( ) : bool
리턴 bool

Initialization() 공개 추상적인 메소드

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

Initialization() 공개 추상적인 메소드

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

IsServer() 공개 추상적인 메소드

public abstract IsServer ( ) : int
리턴 int

Log() 공개 추상적인 메소드

public abstract Log ( int severity, string msg ) : int
severity int
msg string
리턴 int

SendMsgToAllClientWithOutHead() 공개 추상적인 메소드

public abstract SendMsgToAllClientWithOutHead ( UInt16 nMsgID, string msg ) : bool
nMsgID System.UInt16
msg string
리턴 bool

SendMsgWithOutHead() 공개 추상적인 메소드

public abstract SendMsgWithOutHead ( UInt16 nMsgID, string msg, List fdList ) : bool
nMsgID System.UInt16
msg string
fdList List
리턴 bool

SendMsgWithOutHead() 공개 추상적인 메소드

public abstract SendMsgWithOutHead ( UInt16 nMsgID, string msg, UInt32 nSockIndex ) : bool
nMsgID System.UInt16
msg string
nSockIndex System.UInt32
리턴 bool