| Class | Description |
|---|---|
| AbstractFloat | |
| Array | |
| ByteString | |
| DataItem | |
| DoublePrecisionFloat | |
| HalfPrecisionFloat | |
| Map | |
| NegativeInteger | |
| Number | |
| RationalNumber |
Rational Numbers: http://peteroupc.github.io/CBOR/rational.html
|
| SimpleValue | |
| SinglePrecisionFloat | |
| Special | |
| Tag | |
| UnicodeString | |
| UnsignedInteger |
| Enum | Description |
|---|---|
| AdditionalInformation |
The initial byte of each data item contains both information about the major
type (the high-order 3 bits) and additional information (the low-order 5
bits).
|
| MajorType | |
| SimpleValueType | |
| SpecialType |
Copyright © 2014. All Rights Reserved.