KNX IoT
KNX IoT Point API stack implementation
|
Client response information. More...
#include <oc_client_state.h>
Data Fields | |
const uint8_t * | _payload |
payload buffer More... | |
size_t | _payload_len |
payload buffer length More... | |
void * | client_cb |
callback for the response to the calling client More... | |
oc_status_t | code |
status of the response More... | |
oc_content_format_t | content_format |
content format of the payload More... | |
oc_endpoint_t * | endpoint |
endpoint on where the response has been received More... | |
int | observe_option |
observe indication More... | |
oc_rep_t * | payload |
response payload, interpreted as cbor More... | |
void * | user_data |
user data to be supplied to the callback to the client More... | |
Client response information.
Definition at line 52 of file oc_client_state.h.
const uint8_t* _payload |
payload buffer
Definition at line 55 of file oc_client_state.h.
size_t _payload_len |
payload buffer length
Definition at line 56 of file oc_client_state.h.
void* client_cb |
callback for the response to the calling client
Definition at line 59 of file oc_client_state.h.
oc_status_t code |
status of the response
Definition at line 63 of file oc_client_state.h.
oc_content_format_t content_format |
content format of the payload
Definition at line 62 of file oc_client_state.h.
oc_endpoint_t* endpoint |
endpoint on where the response has been received
Definition at line 58 of file oc_client_state.h.
int observe_option |
observe indication
Definition at line 64 of file oc_client_state.h.
oc_rep_t* payload |
response payload, interpreted as cbor
Definition at line 54 of file oc_client_state.h.
void* user_data |
user data to be supplied to the callback to the client
Definition at line 61 of file oc_client_state.h.