C# Class NFrame.NFIClusterClientModule.ConnectObjectData

ファイルを表示 Open project: ketoo/NFrame

Public Properties

Property Type Description
eState NFClusterClientModule.ClusterClientState
fMaxReconnectTime float
meServerType NFServer_def.NF_SERVER_TYPES
mnAreaID long
mnPort long
mstrAuth string
mstrDns string
mstrIP string
nServerID long
xNetModule NFNetModule
xNextTriggerTime System.DateTime

Public Methods

Method Description
ConnectObjectData ( ) : System

Method Details

ConnectObjectData() public method

public ConnectObjectData ( ) : System
return System

Property Details

eState public_oe property

public NFClusterClientModule.ClusterClientState eState
return NFClusterClientModule.ClusterClientState

fMaxReconnectTime public_oe property

public float fMaxReconnectTime
return float

meServerType public_oe property

public NFServer_def.NF_SERVER_TYPES meServerType
return NFServer_def.NF_SERVER_TYPES

mnAreaID public_oe property

public long mnAreaID
return long

mnPort public_oe property

public long mnPort
return long

mstrAuth public_oe property

public string mstrAuth
return string

mstrDns public_oe property

public string mstrDns
return string

mstrIP public_oe property

public string mstrIP
return string

nServerID public_oe property

public long nServerID
return long

xNetModule public_oe property

public NFNetModule,NFrame xNetModule
return NFNetModule

xNextTriggerTime public_oe property

public DateTime,System xNextTriggerTime
return System.DateTime