C# Class Game.Systems.GamePacket

Inheritance: IDisposable
Mostra file Open project: CarlosX/DarkEmu

Public Properties

Property Type Description
OPCODE System.UInt16
SECURITY System.UInt16
content byte[]
contentSize System.UInt16
isValid bool

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Property Details

OPCODE public_oe property

public UInt16,System OPCODE
return System.UInt16

SECURITY public_oe property

public UInt16,System SECURITY
return System.UInt16

content public_oe property

public byte[] content
return byte[]

contentSize public_oe property

public UInt16,System contentSize
return System.UInt16

isValid public_oe property

public bool isValid
return bool