You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decoder::Status CBORMessageDecoderClass::decode(Message* msg, constuint8_t* const buf, size_t &len) { // TODO do we need to propagate the maximum length?
12
+
Decoder::Status CBORMessageDecoderSingleton::decode(Message* msg, constuint8_t* const buf, size_t &len) { // TODO do we need to propagate the maximum length?
16
13
// prepare cbor structure
17
14
CborValue iter;
18
15
CborTag tag;
@@ -49,17 +46,16 @@ Decoder::Status CBORMessageDecoderClass::decode(Message* msg, const uint8_t* con
0 commit comments