Uniot Core
0.8.1
Loading...
Searching...
No Matches
CBOR (Concise Binary Object Representation)

A wrapper class for CBOR (Concise Binary Object Representation) data manipulation. More...

Collaboration diagram for CBOR (Concise Binary Object Representation):

Classes

class  uniot::CBORObject
 

Detailed Description

A wrapper class for CBOR (Concise Binary Object Representation) data manipulation.

CBORObject provides an interface to create, read, modify, and build CBOR data. It wraps the cn-cbor library to handle CBOR encoding and decoding operations. This class supports map operations with string or integer keys, and provides methods to work with various data types (int, string, bytes, arrays, and nested maps).