Skip to main content

Module header

Module header 

Source
Expand description

PDU header structures and field accessors.

Structs§

PduHeaderFixedPart
The fixed-size (4-byte) portion at the start of every CFDP PDU header. This struct can be safely read from any PDU to determine the lengths of the variable-sized fields that follow.
PduHeaderFixedPartBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

Direction
Indicates the direction of the PDU relative to the file transfer direction.
PduType
Identifies whether the PDU is a File Data PDU or a File Directive PDU.
TransmissionMode
The reliability mode for the transaction.