C# 클래스 WorldServer.Districts.District

파일 보기 프로젝트 열기: fiki574/rAPB 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Criminals System.UInt16
Enforcers System.UInt16
IP String
Id Byte
Key System.UInt32
Port ushort
Queue System.UInt16

공개 메소드들

메소드 설명
District ( DistrictTypes type, Byte id, LanguageCodes langCode = LanguageCodes.EN ) : System
District ( TcpClient Tcp ) : System
GetState ( ) : DistrictState
GetStateAsString ( ) : String
Send ( Packet packet ) : void
SetSate ( DistrictState state ) : void
ToString ( ) : string
isFull ( ) : Byte

메소드 상세

District() 공개 메소드

public District ( DistrictTypes type, Byte id, LanguageCodes langCode = LanguageCodes.EN ) : System
type DistrictTypes
id Byte
langCode LanguageCodes
리턴 System

District() 공개 메소드

public District ( TcpClient Tcp ) : System
Tcp System.Net.Sockets.TcpClient
리턴 System

GetState() 공개 메소드

public GetState ( ) : DistrictState
리턴 DistrictState

GetStateAsString() 공개 메소드

public GetStateAsString ( ) : String
리턴 String

Send() 공개 메소드

public Send ( Packet packet ) : void
packet WorldServer.Districts.WD.Packet
리턴 void

SetSate() 공개 메소드

public SetSate ( DistrictState state ) : void
state DistrictState
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

isFull() 공개 메소드

public isFull ( ) : Byte
리턴 Byte

프로퍼티 상세

Criminals 공개적으로 프로퍼티

public UInt16,System Criminals
리턴 System.UInt16

Enforcers 공개적으로 프로퍼티

public UInt16,System Enforcers
리턴 System.UInt16

IP 공개적으로 프로퍼티

public String IP
리턴 String

Id 공개적으로 프로퍼티

public Byte Id
리턴 Byte

Key 공개적으로 프로퍼티

public UInt32,System Key
리턴 System.UInt32

Port 공개적으로 프로퍼티

public ushort Port
리턴 ushort

Queue 공개적으로 프로퍼티

public UInt16,System Queue
리턴 System.UInt16