Inheritance diagram for GPRSWeb::SmartDeviceClient::SmartProtocolStack::OutgoingMessageQueue:

Public Member Functions | |
| OutgoingMessageQueue (StackInterface thisStack) | |
| void | Start () |
Protected Member Functions | |
| void | Initialise () |
| void | ProcessQueue () |
| void | ProcessLowPriorityMessage (Message messageToProcess) |
| void | ProcessNormalPriorityMessage (Message messageToProcess) |
| void | ProcessHighPriorityMessage (Message messageToProcess) |
Definition at line 10 of file OutgoingMessageQueue.cs.
|
|
<summary> Creates a new outoging message queue associated with a stack interface </summary> <param name="thisStack"></param> Definition at line 20 of file OutgoingMessageQueue.cs. |
|
|
<summary> Thread to process the incoming queue </summary> Definition at line 37 of file OutgoingMessageQueue.cs. References GPRSWeb::SmartDeviceClient::Common::Message::Priority. |
1.3.9.1