C# Class NFrame.NFCNet

Inheritance: NFINet
Afficher le fichier Open project: ketoo/NFrame

Méthodes publiques

Méthode Description
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
NFCNet ( OnSocketEvent xEventHandler, OnRecivePack xPackHandler ) : System
SendMsgToAllClientWithOutHead ( UInt16 nMsgID, string msg ) : bool
SendMsgWithOutHead ( UInt16 nMsgID, string msg, List fdList ) : bool
SendMsgWithOutHead ( UInt16 nMsgID, string msg, UInt32 nSockIndex ) : bool

Method Details

CloseNetObject() public méthode

public CloseNetObject ( UInt32 nSockIndex ) : int
nSockIndex System.UInt32
Résultat int

Final() public méthode

public Final ( ) : bool
Résultat bool

Initialization() public méthode

public Initialization ( UInt32 nMaxClient, UInt16 nPort ) : int
nMaxClient System.UInt32
nPort System.UInt16
Résultat int

Initialization() public méthode

public Initialization ( string strIP, UInt16 nPort ) : void
strIP string
nPort System.UInt16
Résultat void

IsServer() public méthode

public IsServer ( ) : int
Résultat int

Log() public méthode

public Log ( int severity, string msg ) : int
severity int
msg string
Résultat int

NFCNet() public méthode

public NFCNet ( OnSocketEvent xEventHandler, OnRecivePack xPackHandler ) : System
xEventHandler OnSocketEvent
xPackHandler OnRecivePack
Résultat System

SendMsgToAllClientWithOutHead() public méthode

public SendMsgToAllClientWithOutHead ( UInt16 nMsgID, string msg ) : bool
nMsgID System.UInt16
msg string
Résultat bool

SendMsgWithOutHead() public méthode

public SendMsgWithOutHead ( UInt16 nMsgID, string msg, List fdList ) : bool
nMsgID System.UInt16
msg string
fdList List
Résultat bool

SendMsgWithOutHead() public méthode

public SendMsgWithOutHead ( UInt16 nMsgID, string msg, UInt32 nSockIndex ) : bool
nMsgID System.UInt16
msg string
nSockIndex System.UInt32
Résultat bool