KNX IoT
KNX IoT Point API stack implementation
|
request information structure More...
#include <oc_ri.h>
Data Fields | |
const uint8_t * | _payload |
payload of the request More... | |
size_t | _payload_len |
payload size More... | |
oc_content_format_t | accept |
accept header, e.g the format to be returned on the request More... | |
oc_content_format_t | content_format |
content format (of the payload in the request) More... | |
oc_endpoint_t * | origin |
origin of the request More... | |
const char * | query |
query (as string) More... | |
size_t | query_len |
query length More... | |
oc_rep_t * | request_payload |
request payload structure More... | |
const oc_resource_t * | resource |
resource structure More... | |
oc_response_t * | response |
pointer to the response More... | |
const char * | uri_path |
path (as string) More... | |
size_t | uri_path_len |
path length More... | |
oc_content_format_t accept |
oc_content_format_t content_format |
oc_endpoint_t* origin |
const oc_resource_t* resource |
oc_response_t* response |