Skip to main content

CBORSpec

CBORSpec

Basic CBOR specification tools and constants.

MAJOR_BITMASK

uint8 MAJOR_BITMASK

SHORTCOUNT_BITMASK

uint8 SHORTCOUNT_BITMASK

MajorType

enum MajorType {
UnsignedInteger,
NegativeInteger,
ByteString,
TextString,
Array,
Map,
Semantic,
Special
}

TAG_TYPE_BIGNUM

uint8 TAG_TYPE_BIGNUM

TAG_TYPE_NEGATIVE_BIGNUM

uint8 TAG_TYPE_NEGATIVE_BIGNUM

BREAK_MARKER

bytes1 BREAK_MARKER

UINT_TRUE

uint8 UINT_TRUE

UINT_FALSE

uint8 UINT_FALSE