Public Member Functions | |
MessageAssembly (RemoteHostComms remoteHost) | |
void | Process (Segment s) |
void | Start () |
void | Stop () |
Protected Attributes | |
IncomingMessageQueue | messageQueueOutput |
StackInterface | thisStack |
Definition at line 14 of file ProtocolStack/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 ProtocolStack/MessageAssembly.cs. References ProtocolStack::RemoteHostComms::thisStack. |
|
Mehtods * Definition at line 37 of file ProtocolStack/MessageAssembly.cs. References ProtocolStack::AssemblyLine::Add(), ProtocolStack::Segment::Headers, and ProtocolStack::Segment::IsRetransmission. |