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

GPRSWeb::SmartDeviceClient::SmartProtocolStack::Segment Class Reference

List of all members.

Public Member Functions

 Segment ()
 Segment (byte[] data)
 Segment (SegmentHeaders headers, SegmentData data)
byte[] ToByteArray ()
void FromByteArray (byte[] src)

Properties

SegmentHeaders Headers
SegmentData Data
bool IsRetransmission

Detailed Description

<summary> The segment is the basic unit of transfer, I think. It serialises nicely. Has segment headers, and then data. </summary>

Definition at line 11 of file SmartDeviceClient/SmartProtocolStack/Segment.cs.


Constructor & Destructor Documentation

GPRSWeb::SmartDeviceClient::SmartProtocolStack::Segment::Segment  )  [inline]
 

<summary> Constructs a new empty segment </summary>

Definition at line 38 of file SmartDeviceClient/SmartProtocolStack/Segment.cs.


Property Documentation

bool GPRSWeb::SmartDeviceClient::SmartProtocolStack::Segment::IsRetransmission [get, set]
 

<summary> True if the segment was encapsulated in a retransmisison message, false otherwise. Used to signal special processing in arrival queues. </summary>

Definition at line 30 of file SmartDeviceClient/SmartProtocolStack/Segment.cs.

Referenced by GPRSWeb::SmartDeviceClient::SmartProtocolStack::RemoteHost::MessageAssembly::Process().


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