I want to create an array of CBOR objects, and get them decoded at companion. After some tests, it seems that the CBOR library only supports TAG 0x98 + [1-byte array length]. I wonder if there is any limitation on this array length, OR, any length from 0 to 255 will be fine for the library.
Thank you!
Answered! Go to the Best Answer.
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Just as an update, it looks like it's based on determinate length encoding. So the length can be 8 bytes, or uint64
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Just as an update, it looks like it's based on determinate length encoding. So the length can be 8 bytes, or uint64
Best Answer