C# Class YurikoCS.PingPacket

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

Public Properties

Property Type Description
Identifier long
data byte[]

Public Methods

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

Method Details

Decode() public method

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

Encode() public method

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

GetID() public method

public GetID ( ) : byte
return byte

PingPacket() public method

public PingPacket ( ) : System
return System

SetPacketCount() public method

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

Property Details

Identifier public property

public long Identifier
return long

data public property

public byte[] data
return byte[]