C# Class NFrame.NFCMasterServerNetModule

Inheritance: NFIMasterServerNetModule
Mostra file Open project: ketoo/NFrame

Protected Properties

Property Type Description
mxElementInfoModule NFIElementModule
mxEventProcessModule NFIEventModule
mxKernelModule NFIKernelModule
mxLogicClassModule NFILogicClassModule

Public Methods

Method Description
AfterInit ( ) : void
BeforeShut ( ) : void
Execute ( ) : void
Init ( ) : void
Shut ( ) : void

Protected Methods

Method Description
OnLoginRegisteredProcess ( UInt32 nSockIndex, UInt16 nMsgID, string msg ) : void
OnLoginUnRegisteredProcess ( UInt32 nSockIndex, UInt16 nMsgID, string msg ) : void
OnNetRecivePack ( UInt32 nSockIndex, UInt16 nMsgID, string msg, NFINet pNet ) : void
OnNetSocketEvent ( UInt32 nSockIndex, NFINet eEvent, NFINet pNet ) : void
OnRefreshLoginInfoProcess ( UInt32 nSockIndex, UInt16 nMsgID, string msg ) : void
OnRefreshWorldInfoProcess ( UInt32 nSockIndex, UInt16 nMsgID, string msg ) : void
OnSelectServerResultProcess ( UInt32 nSockIndex, UInt16 nMsgID, string msg ) : void
OnSelectWorldProcess ( UInt32 nSockIndex, UInt16 nMsgID, string msg ) : void
OnWorldRegisteredProcess ( UInt32 nSockIndex, UInt16 nMsgID, string msg ) : void
OnWorldUnRegisteredProcess ( UInt32 nSockIndex, UInt16 nMsgID, string msg ) : void
SynWorldToLogin ( ) : void

Method Details

AfterInit() public method

public AfterInit ( ) : void
return void

BeforeShut() public method

public BeforeShut ( ) : void
return void

Execute() public method

public Execute ( ) : void
return void

Init() public method

public Init ( ) : void
return void

OnLoginRegisteredProcess() protected method

protected OnLoginRegisteredProcess ( UInt32 nSockIndex, UInt16 nMsgID, string msg ) : void
nSockIndex System.UInt32
nMsgID System.UInt16
msg string
return void

OnLoginUnRegisteredProcess() protected method

protected OnLoginUnRegisteredProcess ( UInt32 nSockIndex, UInt16 nMsgID, string msg ) : void
nSockIndex System.UInt32
nMsgID System.UInt16
msg string
return void

OnNetRecivePack() protected method

protected OnNetRecivePack ( UInt32 nSockIndex, UInt16 nMsgID, string msg, NFINet pNet ) : void
nSockIndex System.UInt32
nMsgID System.UInt16
msg string
pNet NFINet
return void

OnNetSocketEvent() protected method

protected OnNetSocketEvent ( UInt32 nSockIndex, NFINet eEvent, NFINet pNet ) : void
nSockIndex System.UInt32
eEvent NFINet
pNet NFINet
return void

OnRefreshLoginInfoProcess() protected method

protected OnRefreshLoginInfoProcess ( UInt32 nSockIndex, UInt16 nMsgID, string msg ) : void
nSockIndex System.UInt32
nMsgID System.UInt16
msg string
return void

OnRefreshWorldInfoProcess() protected method

protected OnRefreshWorldInfoProcess ( UInt32 nSockIndex, UInt16 nMsgID, string msg ) : void
nSockIndex System.UInt32
nMsgID System.UInt16
msg string
return void

OnSelectServerResultProcess() protected method

protected OnSelectServerResultProcess ( UInt32 nSockIndex, UInt16 nMsgID, string msg ) : void
nSockIndex System.UInt32
nMsgID System.UInt16
msg string
return void

OnSelectWorldProcess() protected method

protected OnSelectWorldProcess ( UInt32 nSockIndex, UInt16 nMsgID, string msg ) : void
nSockIndex System.UInt32
nMsgID System.UInt16
msg string
return void

OnWorldRegisteredProcess() protected method

protected OnWorldRegisteredProcess ( UInt32 nSockIndex, UInt16 nMsgID, string msg ) : void
nSockIndex System.UInt32
nMsgID System.UInt16
msg string
return void

OnWorldUnRegisteredProcess() protected method

protected OnWorldUnRegisteredProcess ( UInt32 nSockIndex, UInt16 nMsgID, string msg ) : void
nSockIndex System.UInt32
nMsgID System.UInt16
msg string
return void

Shut() public method

public Shut ( ) : void
return void

SynWorldToLogin() protected method

protected SynWorldToLogin ( ) : void
return void

Property Details

mxElementInfoModule protected_oe property

protected NFIElementModule,NFrame mxElementInfoModule
return NFIElementModule

mxEventProcessModule protected_oe property

protected NFIEventModule,NFrame mxEventProcessModule
return NFIEventModule

mxKernelModule protected_oe property

protected NFIKernelModule,NFrame mxKernelModule
return NFIKernelModule

mxLogicClassModule protected_oe property

protected NFILogicClassModule,NFrame mxLogicClassModule
return NFILogicClassModule