Package org.yamcs.cfdp.pdu
Class SegmentRequest
java.lang.Object
org.yamcs.cfdp.pdu.SegmentRequest
The SegmentRequest is part of a NAK PDU to indicate a missing part of a file.
segmentStart=segmentEnd=0 means that the metadata PDU was missing.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
boolean
isInRange
(long value) boolean
toString()
void
writeToBuffer
(ByteBuffer buffer)
-
Constructor Details
-
SegmentRequest
public SegmentRequest(long start, long end)
-
-
Method Details