Ixian SDK
IXICore.Network.NetworkQueue Class Reference

Static Public Member Functions

static int getQueuedMessageCount ()
 
static int getTxQueuedMessageCount ()
 
static void receiveProtocolMessage (ProtocolMessageCode code, byte[] data, byte[] checksum, RemoteEndpoint endpoint)
 
static void start ()
 
static bool stop ()
 
static void reset ()
 
static void queueThreadLoop ()
 
static void txqueueThreadLoop ()
 

Detailed Description

Definition at line 23 of file NetworkQueue.cs.

Member Function Documentation

◆ getQueuedMessageCount()

static int IXICore.Network.NetworkQueue.getQueuedMessageCount ( )
static

Definition at line 44 of file NetworkQueue.cs.

◆ getTxQueuedMessageCount()

static int IXICore.Network.NetworkQueue.getTxQueuedMessageCount ( )
static

Definition at line 52 of file NetworkQueue.cs.

◆ queueThreadLoop()

static void IXICore.Network.NetworkQueue.queueThreadLoop ( )
static

Definition at line 201 of file NetworkQueue.cs.

◆ receiveProtocolMessage()

static void IXICore.Network.NetworkQueue.receiveProtocolMessage ( ProtocolMessageCode  code,
byte []  data,
byte []  checksum,
RemoteEndpoint  endpoint 
)
static

Definition at line 69 of file NetworkQueue.cs.

◆ reset()

static void IXICore.Network.NetworkQueue.reset ( )
static

Definition at line 187 of file NetworkQueue.cs.

◆ start()

static void IXICore.Network.NetworkQueue.start ( )
static

Definition at line 157 of file NetworkQueue.cs.

◆ stop()

static bool IXICore.Network.NetworkQueue.stop ( )
static

Definition at line 180 of file NetworkQueue.cs.

◆ txqueueThreadLoop()

static void IXICore.Network.NetworkQueue.txqueueThreadLoop ( )
static

Definition at line 247 of file NetworkQueue.cs.


The documentation for this class was generated from the following file: