20 #ifndef OC_KNX_HELPERS_H
21 #define OC_KNX_HELPERS_H
Main API of the stack for client and server.
bool check_if_query_pn_exist(oc_request_t *request, int *pn_value, int *ps_value)
helper function to check if query parameter pn exists
int oc_frame_integer(int value)
helper function to frame an integer in the response:
int oc_frame_query_l(char *url, bool ps_exists, int ps, bool total_exists, int total)
helper function to frame url part of query response: spec 1.0:
int add_next_page_indicator(char *url, int next_page_num)
helper function to frame next page indicator, if more requests (pages) are needed to get the full lis...
int check_if_query_l_exist(oc_request_t *request, bool *ps_exists, bool *total_exists)
helper function to check if query parameter l exists
request information structure