Ixian SDK
DLT.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 31 of file NetworkQueue.cs.

Member Function Documentation

◆ getQueuedMessageCount()

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

Definition at line 52 of file NetworkQueue.cs.

◆ getTxQueuedMessageCount()

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

Definition at line 60 of file NetworkQueue.cs.

◆ queueThreadLoop()

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

Definition at line 206 of file NetworkQueue.cs.

◆ receiveProtocolMessage()

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

Definition at line 77 of file NetworkQueue.cs.

◆ reset()

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

Definition at line 192 of file NetworkQueue.cs.

◆ start()

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

Definition at line 162 of file NetworkQueue.cs.

◆ stop()

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

Definition at line 185 of file NetworkQueue.cs.

◆ txqueueThreadLoop()

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

Definition at line 252 of file NetworkQueue.cs.


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