C# Class hds.RPCPacket

ファイルを表示 Open project: hdneo/mxo-hd Class Usage Examples

Private Properties

Property Type Description
getRpcBytes byte[]
incrementRpcCounter void

Public Methods

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

Private Methods

Method Description
getRpcBytes ( ) : byte[]
incrementRpcCounter ( int quantity ) : void

Method Details

RPCPacket() public method

public RPCPacket ( WorldClient _client ) : System
_client WorldClient
return System

appendMsgBlock() public method

public appendMsgBlock ( byte block ) : void
block byte
return void

appendRpc() public method

public appendRpc ( RPCPacket newRPC ) : void
newRPC RPCPacket
return void

getBytes() public method

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

getBytesWithHeader() public method

public getBytesWithHeader ( bool timedRPC ) : byte[]
timedRPC bool
return byte[]

getCurrentMsgBlocks() public method

public getCurrentMsgBlocks ( ) : int
return int