|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
OMA LwM2M TLV codec (DETWS_ENABLE_LWM2M) - zero-heap writer + cursor reader for the application/vnd.oma.lwm2m+tlv resource encoding, carried over the shipped CoAP service for LwM2M device management.
More...
#include "ServerConfig.h"Go to the source code of this file.
OMA LwM2M TLV codec (DETWS_ENABLE_LWM2M) - zero-heap writer + cursor reader for the application/vnd.oma.lwm2m+tlv resource encoding, carried over the shipped CoAP service for LwM2M device management.
Each TLV is Type(1) Identifier(1-2) Length(0-3) Value(n):
The writer emits TLVs into a caller buffer (fail-closed on overflow); the reader is a cursor that decodes one TLV at the buffer head. Type-byte layout verified against the OMA LwM2M spec.
Definition in file lwm2m_tlv.h.