Skip to main content

read_pdu

Function read_pdu 

Source
pub fn read_pdu(
    buf: impl Buf,
    max_pdu_length: u32,
    strict: bool,
) -> Result<Option<Pdu>>
Expand description

Read a PDU from the given byte buffer.