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

GPRSWeb::SmartDeviceClient::SmartProtocolStack::SegmentFlags Class Reference

List of all members.

Public Member Functions

byte[] ToByteArray ()
void FromByteArray (byte[] src)
void FromByte (byte src)
void Test ()

Properties

int Length
bool isACK
bool isACKable
bool isNACK
bool isRangedNACK
bool isSynchedPacket
bool isFirstMessageSegment
bool isLastMessageSegment

Detailed Description

<summary> The flags which fit in the first byte of segment header. </summary>

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


Member Function Documentation

void GPRSWeb::SmartDeviceClient::SmartProtocolStack::SegmentFlags::FromByte byte  src  )  [inline]
 

<summary> Reconstructs a Segment Flags object from a single byte. </summary> <param name="src">The byte to reconstruct the flags from</param>

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

void GPRSWeb::SmartDeviceClient::SmartProtocolStack::SegmentFlags::FromByteArray byte[]  src  )  [inline]
 

<summary> Reconstructs a Segment Flags object from the first byte in a byte array </summary> <param name="src">The byte array to reconstruct the flags from</param>

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


Property Documentation

int GPRSWeb::SmartDeviceClient::SmartProtocolStack::SegmentFlags::Length [get]
 

<summary> Length in bytes of the flags when serialised; </summary>

Definition at line 464 of file SmartDeviceClient/SmartProtocolStack/Segment.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