Skip to main content

decode_npdu

Function decode_npdu 

Source
pub fn decode_npdu(data: Bytes) -> Result<Npdu, Error>
Expand description

Decode an NPDU from raw bytes.

Returns the decoded Npdu. The payload field contains either the APDU bytes or network message data.