Public Member Functions | |
MessageAssembly (RemoteHostComms remoteHost) | |
void | Process (Segment s) |
void | Start () |
void | Stop () |
Protected Attributes | |
MessageQueue | messageQueueOutput |
StackInterface | thisStack |
Definition at line 14 of file SmartDeviceClient/SmartProtocolStack/RemoteHost/MessageAssembly.cs.
|
<summary> Creates a new MessageAssembly object which outputs it's messages to the specified queue </summary> <param name="outputQueue">The Message Queue to output reconstructed messages to</param> Definition at line 29 of file SmartDeviceClient/SmartProtocolStack/RemoteHost/MessageAssembly.cs. References GPRSWeb::SmartDeviceClient::SmartProtocolStack::StackInterface::ReceivedMessages, and GPRSWeb::SmartDeviceClient::SmartProtocolStack::RemoteHost::RemoteHostComms::thisStack. |
|
Mehtods * Definition at line 37 of file SmartDeviceClient/SmartProtocolStack/RemoteHost/MessageAssembly.cs. References GPRSWeb::SmartDeviceClient::SmartProtocolStack::Segment::Headers, and GPRSWeb::SmartDeviceClient::SmartProtocolStack::Segment::IsRetransmission. |