asn1rtt_per_common
Functions
decode_fragmented(SegSz0, Buf0, Unit) -> term()
decode_named_bit_string(Val, NNL) -> term()
decode_legacy_bit_string(Val) -> term()
decode_compact_bit_string(Val) -> term()
decode_chars(Val, N) -> term()
decode_chars(Val, N, Chars) -> term()
decode_chars_16bit(Val) -> term()
decode_big_chars(Val, N) -> term()
decode_oid(Octets) -> term()
decode_relative_oid(Octets) -> term()
encode_chars(Val, NumBits) -> term()
encode_chars(Val, NumBits, X3) -> term()
encode_chars_16bit(Val) -> term()
encode_big_chars(Val) -> term()
encode_fragmented(Bin, Unit) -> term()
encode_oid(Val) -> term()
encode_relative_oid(Val) -> term()
encode_unconstrained_number(Val) -> term()
bitstring_from_positions(L0) -> term()
bitstring_from_positions(L0, Lb) -> term()
to_bitstring(Bs) -> term()
to_bitstring(Bs, Lb) -> term()
to_named_bitstring(Val) -> term()
to_named_bitstring(Bs, Lb) -> term()
extension_bitmap(Val, Pos, Limit) -> term()
View Functions
- decode_fragmented/3
- decode_named_bit_string/2
- decode_legacy_bit_string/1
- decode_compact_bit_string/1
- decode_chars/2
- decode_chars/3
- decode_chars_16bit/1
- decode_big_chars/2
- decode_oid/1
- decode_relative_oid/1
- encode_chars/2
- encode_chars/3
- encode_chars_16bit/1
- encode_big_chars/1
- encode_fragmented/2
- encode_oid/1
- encode_relative_oid/1
- encode_unconstrained_number/1
- bitstring_from_positions/1
- bitstring_from_positions/2
- to_bitstring/1
- to_bitstring/2
- to_named_bitstring/1
- to_named_bitstring/2
- extension_bitmap/3