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
We need to support sub-resource opaques in the LWM2M engine. Suggested model is:
Added argument for the enter / exit sub-resources with a struct that defines the sub-resource type, and an array of lengths (and the length of the array) so that it is possible to predict the total overhead for the data and generate a correct TLV.
Export of opaque sub-resource TLV will be made by just exporting multiple opaques via the same opaque callback as used today. The Opaque callback will have to know when to export the next TLV.
The text was updated successfully, but these errors were encountered:
We need to support sub-resource opaques in the LWM2M engine. Suggested model is:
The text was updated successfully, but these errors were encountered: