Module reader

Source

Enums§

Error

Constants§

DEFAULT_MAX_PDU
The default maximum PDU size
MAXIMUM_PDU_SIZE
The maximum PDU size, as specified by the standard
MINIMUM_PDU_SIZE
The minimum PDU size, as specified by the standard
PDU_HEADER_SIZE
The length of the PDU header in bytes, comprising the PDU type (1 byte), reserved byte (1 byte), and PDU length (4 bytes).

Functions§

read_pdu

Type Aliases§

Result