KNX IoT
KNX IoT Point API stack implementation
|
Function point Recipient - Publisher Table Resource (/fp/r) (/fp/p) More...
#include <oc_knx_fp.h>
Data Fields | |
oc_string_t | at |
Access token id. More... | |
int64_t | fid |
contents of fabric id More... | |
uint32_t * | ga |
array of integers More... | |
int | ga_len |
length of the array of group addresses identifiers More... | |
uint32_t | grpid |
the multicast group id More... | |
int | ia |
contents of ia (individual address) More... | |
int | id |
contents of id More... | |
int64_t | iid |
contents of installation id More... | |
int | mt |
The number of maximum retransmissions for CON & NON requests. More... | |
bool | non |
true = non-confirmable unicast request, default = false More... | |
oc_string_t | path |
contents of path, default path = ".knx" More... | |
oc_string_t | url |
contents of url More... | |
Function point Recipient - Publisher Table Resource (/fp/r) (/fp/p)
the same table is used for recipient and publisher. the only difference is the confirmable/not confirmable flag. There will be 2 arrays of the structure to store the /fp/r or /fp/p data
Example (JSON): array of objects
Key translation
Json Key | Integer Value |
---|---|
id | 0 |
ia | 12 |
iid | 26 |
fid | 25 |
grpid | 13 |
path | 112 |
url | 10 |
ga | 7 |
non | - |
The structure stores the information. The structure will be used as an array. There are function to find:
Definition at line 175 of file oc_knx_fp.h.
oc_string_t at |
Access token id.
Reference to the security credentials for unicast subscription encryption.
Definition at line 184 of file oc_knx_fp.h.
int64_t fid |
contents of fabric id
Definition at line 180 of file oc_knx_fp.h.
uint32_t* ga |
array of integers
Definition at line 186 of file oc_knx_fp.h.
int ga_len |
length of the array of group addresses identifiers
Definition at line 187 of file oc_knx_fp.h.
uint32_t grpid |
the multicast group id
Definition at line 181 of file oc_knx_fp.h.
int ia |
contents of ia (individual address)
Definition at line 178 of file oc_knx_fp.h.
int id |
contents of id
Definition at line 177 of file oc_knx_fp.h.
int64_t iid |
contents of installation id
Definition at line 179 of file oc_knx_fp.h.
int mt |
The number of maximum retransmissions for CON & NON requests.
Definition at line 189 of file oc_knx_fp.h.
bool non |
true = non-confirmable unicast request, default = false
Definition at line 188 of file oc_knx_fp.h.
oc_string_t path |
contents of path, default path = ".knx"
Definition at line 182 of file oc_knx_fp.h.
oc_string_t url |
contents of url
Definition at line 183 of file oc_knx_fp.h.