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 |
Definition at line 11 of file SmartDeviceClient/SmartProtocolStack/Segment.cs.
|
<summary> Constructs a new empty segment </summary> Definition at line 38 of file SmartDeviceClient/SmartProtocolStack/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 30 of file SmartDeviceClient/SmartProtocolStack/Segment.cs. Referenced by GPRSWeb::SmartDeviceClient::SmartProtocolStack::RemoteHost::MessageAssembly::Process(). |