![]() |
|
Uniot Core
|
| 0.8.1 |
A wrapper class for CBOR (Concise Binary Object Representation) data manipulation. More...
Classes | |
| class | uniot::CBORObject |
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).