C# Class DarkEmu_LoginServer.DatabaseCore.Server_

Exibir arquivo Open project: CarlosX/DarkEmu

Public Properties

Property Type Description
CurUser ushort[]
MaxUser ushort[]
NumberOfServer byte
ServerId ushort[]
ServerIp string[]
ServerName string[]
ServerPort ushort[]
ServerState byte[]

Public Methods

Method Description
GetIndexById ( ushort Id ) : int
Pulse ( ) : void

Method Details

GetIndexById() public method

public GetIndexById ( ushort Id ) : int
Id ushort
return int

Pulse() public method

public Pulse ( ) : void
return void

Property Details

CurUser public_oe property

public ushort[] CurUser
return ushort[]

MaxUser public_oe property

public ushort[] MaxUser
return ushort[]

NumberOfServer public_oe property

public byte NumberOfServer
return byte

ServerId public_oe property

public ushort[] ServerId
return ushort[]

ServerIp public_oe property

public string[] ServerIp
return string[]

ServerName public_oe property

public string[] ServerName
return string[]

ServerPort public_oe property

public ushort[] ServerPort
return ushort[]

ServerState public_oe property

public byte[] ServerState
return byte[]