Public Member Functions | |
Segment (byte[] data) | |
Segment (SegmentHeaders headers, SegmentData data) | |
byte[] | ToByteArray () |
void | FromByteArray (byte[] src) |
Properties | |
SegmentHeaders | Headers |
SegmentData | Data |
bool | IsRetransmission |
Definition at line 10 of file ProtocolStack/Segment.cs.
|
<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 29 of file ProtocolStack/Segment.cs. Referenced by ProtocolStack::MessageAssembly::Process(). |