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 |
Definition at line 456 of file ProtocolStack/Segment.cs.
|
<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. |
|
<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. |
|
<summary> Length in bytes of the flags when serialised; </summary> Definition at line 460 of file ProtocolStack/Segment.cs. |