Function asn_codecs::aper::decode::decode_sequence_header[][src]

pub fn decode_sequence_header(
    data: &mut AperCodecData,
    is_extensible: bool,
    optional_count: usize
) -> Result<(BitVec<Msb0, u8>, bool), AperCodecError>
Expand description

Decode The Sequence Header

The Sequence Header consists of potentially two fields

  1. Whether extensions are present in the encoding
  2. Which of the OPTIONAL fields (if any) are present as a bitmap.