Public Member Functions | |
AssemblyLine () | |
void | Add (Segment seg) |
Message | ExtractCompleteMessage () |
void | PrintContents () |
Message | CreateTypedMessage (SegmentData[] src) |
Static Public Member Functions | |
Message | CreateTypedMessageStatic (SegmentData[] src) |
Properties | |
bool | HoldsCompleteMessage |
Definition at line 131 of file SmartDeviceClient/SmartProtocolStack/RemoteHost/MessageAssembly.cs.
|
<summary> Creates a new Assembly line with default values </summary> Definition at line 148 of file SmartDeviceClient/SmartProtocolStack/RemoteHost/MessageAssembly.cs. |
|
<summary> Adds a segment to the assembly line in the correct position. </summary> <param name="seg">Segment to add to the assembly line</param> Definition at line 159 of file SmartDeviceClient/SmartProtocolStack/RemoteHost/MessageAssembly.cs. References GPRSWeb::SmartDeviceClient::SmartProtocolStack::Segment::Headers. |
|
<summary> Returns the complete message as promised by "HoldsCompleteMessage" being true. </summary> <returns>Message object containing the assembled message</returns> Definition at line 189 of file SmartDeviceClient/SmartProtocolStack/RemoteHost/MessageAssembly.cs. References GPRSWeb::SmartDeviceClient::SmartProtocolStack::SegmentData::Data. |
|
<summary> Determines if there is a complete message in the assembly line. true if there is, false if not. </summary> Definition at line 171 of file SmartDeviceClient/SmartProtocolStack/RemoteHost/MessageAssembly.cs. |