Loading...
Searching...
No Matches
senml_data_value_t Struct Reference

SenML data value. More...

Detailed Description

SenML data value.

Definition at line 289 of file senml.h.

#include <senml.h>

Data Fields

senml_attr_t attr
 SenML attributes.
 
const uint8_t * value
 Value.
 
size_t len
 Value length.
 

Field Documentation

◆ attr

senml_attr_t senml_data_value_t::attr

SenML attributes.

Definition at line 290 of file senml.h.

◆ len

size_t senml_data_value_t::len

Value length.

Definition at line 292 of file senml.h.

◆ value

const uint8_t* senml_data_value_t::value

Value.

Definition at line 291 of file senml.h.


The documentation for this struct was generated from the following file: