Main Page | Class Hierarchy | Class List | File List | Class Members

ProtocolStack::AssemblyLine Class Reference

List of all members.

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

Detailed Description

<summary> Data Structure for holding and manipulating segments, and converting collections of them into messages. </summary>

Definition at line 119 of file ProtocolStack/MessageAssembly.cs.


Constructor & Destructor Documentation

ProtocolStack::AssemblyLine::AssemblyLine  )  [inline]
 

<summary> Creates a new Assembly line with default values </summary>

Definition at line 136 of file ProtocolStack/MessageAssembly.cs.


Member Function Documentation

void ProtocolStack::AssemblyLine::Add Segment  seg  )  [inline]
 

<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 147 of file ProtocolStack/MessageAssembly.cs.

References ProtocolStack::Segment::Headers.

Referenced by ProtocolStack::MessageAssembly::Process().

Message ProtocolStack::AssemblyLine::ExtractCompleteMessage  )  [inline]
 

<summary> Returns the complete message as promised by "HoldsCompleteMessage" being true. </summary> <returns>Message object containing the assembled message</returns>

Definition at line 177 of file ProtocolStack/MessageAssembly.cs.

References ProtocolStack::SegmentData::Data.


Property Documentation

bool ProtocolStack::AssemblyLine::HoldsCompleteMessage [get]
 

<summary> Determines if there is a complete message in the assembly line. true if there is, false if not. </summary>

Definition at line 159 of file ProtocolStack/MessageAssembly.cs.


The documentation for this class was generated from the following file:
Generated on Mon May 8 22:07:28 2006 by  doxygen 1.3.9.1