C# Class SOE.Interfaces.SOEPacket

Afficher le fichier Open project: Joshsora/LibSOE Class Usage Examples

Méthodes publiques

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

Method Details

GetLength() public méthode

public GetLength ( ) : int
Résultat int

GetOpCode() public méthode

public GetOpCode ( ) : ushort
Résultat ushort

GetRaw() public méthode

public GetRaw ( ) : byte[]
Résultat byte[]

SOEPacket() public méthode

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