Skip to main content

Module file_directive

Module file_directive 

Source
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§

FileDirectivePdu
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 rest of the data field into a more specific PDU type (EofPdu, FinishedPdu, etc.).

Enums§

ConditionCode
Represents the Condition Code reported in EOF, Finished, and ACK PDUs.
DirectiveCode
Identifies the type of File Directive PDU (Table 5-4).