KNX IoT
KNX IoT Point API stack implementation
|
Group Object Table Resource (/fp/g) The payload is an array of objects. More...
#include <oc_knx_fp.h>
Data Fields | |
oc_cflag_mask_t | cflags |
contents of cflags as bitmap More... | |
uint32_t * | ga |
array of group addresses (unsigned integers) More... | |
int | ga_len |
length of the array of ga identifiers More... | |
oc_string_t | href |
contents of href More... | |
int | id |
contents of id More... | |
Group Object Table Resource (/fp/g) The payload is an array of objects.
Example (JSON):
cflag translation
string | bit | value |
---|---|---|
c | 2 | 4 |
r | 3 | 8 |
w | 4 | 16 |
i | 5 | 32 |
t | 6 | 64 |
u | 7 | 128 |
Key translation
Json Key | Integer Value |
---|---|
id | 0 |
href | 11 |
ga | 7 |
cflag | 8 |
The structure stores the information. The structure will be used as an array. There are function to find
Definition at line 118 of file oc_knx_fp.h.
oc_cflag_mask_t cflags |
contents of cflags as bitmap
Definition at line 122 of file oc_knx_fp.h.
uint32_t* ga |
array of group addresses (unsigned integers)
Definition at line 124 of file oc_knx_fp.h.
int ga_len |
length of the array of ga identifiers
Definition at line 123 of file oc_knx_fp.h.
oc_string_t href |
contents of href
Definition at line 121 of file oc_knx_fp.h.
int id |
contents of id
Definition at line 120 of file oc_knx_fp.h.