Expand description
PDU header structures and field accessors.
Structs§
- PduHeader
Fixed Part - 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.
- PduHeader
Fixed Part Builder - 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.
- Transmission
Mode - The reliability mode for the transaction.