C# Class SOE.Interfaces.SOEPacket

Datei anzeigen Open project: Joshsora/LibSOE Class Usage Examples

Public Methods

Method Description
GetLength ( ) : int
GetOpCode ( ) : ushort
GetRaw ( ) : byte[]
SOEPacket ( ushort opCode, byte rawMessage )

Method Details

GetLength() public method

public GetLength ( ) : int
return int

GetOpCode() public method

public GetOpCode ( ) : ushort
return ushort

GetRaw() public method

public GetRaw ( ) : byte[]
return byte[]

SOEPacket() public method

public SOEPacket ( ushort opCode, byte rawMessage )
opCode ushort
rawMessage byte