C# Class YurikoCS.ClientConnectPacket

Inheritance: Packet
Show file Open project: ItalianDevs4PM/Yuriko-CS Class Usage Examples

Public Properties

Property Type Description
ClientID long
Session long
data byte[]

Public Methods

Method Description
ClientConnectPacket ( ) : System
Decode ( ) : byte[]
Encode ( ) : byte[]
GetID ( ) : byte
SetPacketCount ( Triad PacketCount ) : void

Method Details

ClientConnectPacket() public method

public ClientConnectPacket ( ) : System
return System

Decode() public method

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

Encode() public method

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

GetID() public method

public GetID ( ) : byte
return byte

SetPacketCount() public method

public SetPacketCount ( Triad PacketCount ) : void
PacketCount Triad
return void

Property Details

ClientID public property

public long ClientID
return long

Session public property

public long Session
return long

data public property

public byte[] data
return byte[]