C# Class hds.MessageQueue

Exibir arquivo Open project: hdneo/mxo-hd Class Usage Examples

Public Properties

Property Type Description
ObjectMessagesQueue System.Collections.ArrayList
RPCMessagesQueue System.Collections.ArrayList
ackOnlyCount int
rawMessages System.Collections.ArrayList
worldPackets System.Collections.ArrayList

Public Methods

Method Description
MessageQueue ( ) : System
addObjectMessage ( byte messageBlock, bool isTimed ) : void
addRawMessage ( byte messageBlock ) : void
addRpcMessage ( byte messageBlock ) : void

Method Details

MessageQueue() public method

public MessageQueue ( ) : System
return System

addObjectMessage() public method

public addObjectMessage ( byte messageBlock, bool isTimed ) : void
messageBlock byte
isTimed bool
return void

addRawMessage() public method

public addRawMessage ( byte messageBlock ) : void
messageBlock byte
return void

addRpcMessage() public method

public addRpcMessage ( byte messageBlock ) : void
messageBlock byte
return void

Property Details

ObjectMessagesQueue public_oe property

public ArrayList,System.Collections ObjectMessagesQueue
return System.Collections.ArrayList

RPCMessagesQueue public_oe property

public ArrayList,System.Collections RPCMessagesQueue
return System.Collections.ArrayList

ackOnlyCount public_oe property

public int ackOnlyCount
return int

rawMessages public_oe property

public ArrayList,System.Collections rawMessages
return System.Collections.ArrayList

worldPackets public_oe property

public ArrayList,System.Collections worldPackets
return System.Collections.ArrayList