KNX IoT
KNX IoT Point API stack implementation
oc_request_t Struct Reference

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_torigin
 origin of the request More...
 
const char * query
 query (as string) More...
 
size_t query_len
 query length More...
 
oc_rep_trequest_payload
 request payload structure More...
 
const oc_resource_tresource
 resource structure More...
 
oc_response_tresponse
 pointer to the response More...
 
const char * uri_path
 path (as string) More...
 
size_t uri_path_len
 path length More...
 

Detailed Description

request information structure

Definition at line 411 of file oc_ri.h.

Field Documentation

◆ _payload

const uint8_t* _payload

payload of the request

Definition at line 420 of file oc_ri.h.

◆ _payload_len

size_t _payload_len

payload size

Definition at line 421 of file oc_ri.h.

◆ accept

accept header, e.g the format to be returned on the request

Definition at line 425 of file oc_ri.h.

◆ content_format

oc_content_format_t content_format

content format (of the payload in the request)

Definition at line 423 of file oc_ri.h.

◆ origin

oc_endpoint_t* origin

origin of the request

Definition at line 413 of file oc_ri.h.

◆ query

const char* query

query (as string)

Definition at line 415 of file oc_ri.h.

◆ query_len

size_t query_len

query length

Definition at line 416 of file oc_ri.h.

◆ request_payload

oc_rep_t* request_payload

request payload structure

Definition at line 419 of file oc_ri.h.

◆ resource

const oc_resource_t* resource

resource structure

Definition at line 414 of file oc_ri.h.

◆ response

oc_response_t* response

pointer to the response

Definition at line 426 of file oc_ri.h.

◆ uri_path

const char* uri_path

path (as string)

Definition at line 417 of file oc_ri.h.

◆ uri_path_len

size_t uri_path_len

path length

Definition at line 418 of file oc_ri.h.


The documentation for this struct was generated from the following file: