Represents a CBOR simple value (major type 7).

Enumeration Members

Enumeration Members

False: 20

Represents the value 'false'.

Null: 22

Represents the value 'null'.

True: 21

Represents the value 'true'.

Undefined: 23

Represents an undefined value, to be used by an encoder as a substitute for a data item with an encoding problem.

Generated using TypeDoc