Module pdu

Source
Expand description

Protocol Data Unit module

This module comprises multiple data structures representing possible protocol data units (PDUs) according to the standard message exchange mechanisms, as well as readers and writers of PDUs from arbitrary data sources.

Re-exports§

pub use reader::read_pdu;
pub use writer::write_pdu;

Modules§

reader
writer

Structs§

AssociationAC
An in-memory representation of an association acknowledgement
AssociationRJ
An in-memory representation of an association rejection.
AssociationRQ
An in-memory representation of an association request
PDataValue
PresentationContextProposed
Message component for a proposed presentation context.
PresentationContextResult
UserIdentity

Enums§

AbortRQServiceProviderReason
An enumeration of supported A-ABORT PDU provider reasons.
AbortRQSource
AssociationRJResult
AssociationRJServiceProviderASCEReason
AssociationRJServiceProviderPresentationReason
AssociationRJServiceUserReason
AssociationRJSource
PDataValueType
Pdu
An in-memory representation of a full Protocol Data Unit (PDU).
PduVariableItem
PresentationContextResultReason
UserIdentityType
UserVariableItem