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

ProtocolStack::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 456 of file ProtocolStack/Segment.cs.


Member Function Documentation

void ProtocolStack::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 503 of file ProtocolStack/Segment.cs.

void ProtocolStack::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 495 of file ProtocolStack/Segment.cs.


Property Documentation

int ProtocolStack::SegmentFlags::Length [get]
 

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

Definition at line 460 of file ProtocolStack/Segment.cs.


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