C# Class hds.RPCPacket

Afficher le fichier Open project: hdneo/mxo-hd Class Usage Examples

Private Properties

Свойство Type Description
getRpcBytes byte[]
incrementRpcCounter void

Méthodes publiques

Méthode Description
RPCPacket ( WorldClient _client ) : System
appendMsgBlock ( byte block ) : void
appendRpc ( RPCPacket newRPC ) : void
getBytes ( ) : byte[]
getBytesWithHeader ( bool timedRPC ) : byte[]
getCurrentMsgBlocks ( ) : int

Private Methods

Méthode Description
getRpcBytes ( ) : byte[]
incrementRpcCounter ( int quantity ) : void

Method Details

RPCPacket() public méthode

public RPCPacket ( WorldClient _client ) : System
_client WorldClient
Résultat System

appendMsgBlock() public méthode

public appendMsgBlock ( byte block ) : void
block byte
Résultat void

appendRpc() public méthode

public appendRpc ( RPCPacket newRPC ) : void
newRPC RPCPacket
Résultat void

getBytes() public méthode

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

getBytesWithHeader() public méthode

public getBytesWithHeader ( bool timedRPC ) : byte[]
timedRPC bool
Résultat byte[]

getCurrentMsgBlocks() public méthode

public getCurrentMsgBlocks ( ) : int
Résultat int