Loading...
Searching...
No Matches
senml_string_value_t Struct Reference

SenML string value. More...

Detailed Description

SenML string value.

Definition at line 272 of file senml.h.

#include <senml.h>

Data Fields

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

Field Documentation

◆ attr

senml_attr_t senml_string_value_t::attr

SenML attributes.

Definition at line 273 of file senml.h.

◆ len

size_t senml_string_value_t::len

Value length.

Definition at line 275 of file senml.h.

◆ value

const char* senml_string_value_t::value

Value.

Definition at line 274 of file senml.h.


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