Expand description
File Directive PDU types (EOF, Finished, ACK, Metadata, NAK, Prompt, KeepAlive).
Modules§
- ack
- Acknowledgment (ACK) PDU.
- eof
- End-of-File (EOF) PDU.
- finished
- Finished PDU.
- keepalive
- Keep Alive PDU (small and large file variants).
- metadata
- Metadata PDU.
- nak
- Negative Acknowledgment (NAK) PDU (small and large file variants).
- prompt
- Prompt PDU.
Structs§
- File
Directive Pdu - A zero-copy representation of the start of any File Directive’s data field.
It provides the directive code, which can then be used to parse the
restof the data field into a more specific PDU type (EofPdu, FinishedPdu, etc.).
Enums§
- Condition
Code - Represents the Condition Code reported in
EOF,Finished, andACKPDUs. - Directive
Code - Identifies the type of File Directive PDU (Table 5-4).