KNX IoT
KNX IoT Point API stack implementation
|
S-mode Client side support functions. More...
Functions | |
oc_rep_t * | oc_s_mode_get_value (oc_request_t *request) |
parses out the value of the s-mode request. More... | |
S-mode Client side support functions.
This module contains the sending side of the s-mode functionality. The s-mode messages are send from the device that implements a resource with the CoAP GET functionality. The s-mode functions will retrieve the data values and place it in the s-mode message. The s-mode message will only be send to the groups that are listed in the Group Object Table with the appropriate flags.
oc_rep_t* oc_s_mode_get_value | ( | oc_request_t * | request | ) |
parses out the value of the s-mode request.
request | the request |