KNX IoT
KNX IoT Point API stack implementation
oc_rep_s Struct Reference

parsed entry of a cbor object This represents a link list of response values one can iterate over the responses to find values by More...

#include <oc_rep.h>

Data Fields

int iname
 integer (identifier) as tag name More...
 
oc_string_t name
 name of the tag More...
 
struct oc_rep_snext
 next in list More...
 
oc_rep_value_type_t type
 type of the data More...
 
union oc_rep_s::oc_rep_value value
 the value as union More...
 

Detailed Description

parsed entry of a cbor object This represents a link list of response values one can iterate over the responses to find values by

  • tag name or tag identifier when the tag name is NULL then the tag identifier is being used.
  • type of the value

Definition at line 1641 of file oc_rep.h.

Field Documentation

◆ iname

int iname

integer (identifier) as tag name

Definition at line 1646 of file oc_rep.h.

◆ name

oc_string_t name

name of the tag

Definition at line 1645 of file oc_rep.h.

◆ next

struct oc_rep_s* next

next in list

Definition at line 1644 of file oc_rep.h.

◆ type

oc_rep_value_type_t type

type of the data

Definition at line 1643 of file oc_rep.h.

◆ value

union oc_rep_s::oc_rep_value value

the value as union


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