Implementation of the Contiki OMA LWM2M TLV
#include <string.h>
#include <stdint.h>
#include "lwm2m-tlv.h"
#include "coap-log.h"
Go to the source code of this file.
Definition in file lwm2m-tlv.c.