KNX IoT
KNX IoT Point API stack implementation
|
knx /p resource implementation More...
#include <stddef.h>
Go to the source code of this file.
Functions | |
void | oc_create_knx_p_resources (size_t device) |
Creation of the KNX /p resource. More... | |
knx /p resource implementation
The properties are implemented as non discoverable resources. The same API for data points can be used to create properties. The only difference is that the discoverable field is set on "not discoverable" All these none discoverable resources are listed under /p
Definition in file oc_knx_p.h.
void oc_create_knx_p_resources | ( | size_t | device | ) |
Creation of the KNX /p resource.
device | index of the device to which the resource is to be created |