pub fn decode_tag(
data: &[u8],
) -> Result<(TagClass, bool, u8, usize), KernelError>Expand description
Decode a tag from the data stream.
Returns (class, constructed, tag_number, bytes_consumed).
pub fn decode_tag(
data: &[u8],
) -> Result<(TagClass, bool, u8, usize), KernelError>Decode a tag from the data stream.
Returns (class, constructed, tag_number, bytes_consumed).