IoTivity-Lite
|
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 describing the source of the response More... | |
oc_coap_etag_t | etag |
ETag of the response. 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.
const uint8_t* _payload |
payload buffer
size_t _payload_len |
payload buffer length
void* client_cb |
callback for the response to the calling client
oc_status_t code |
status of the response
oc_content_format_t content_format |
content format of the payload
oc_endpoint_t* endpoint |
endpoint describing the source of the response
oc_coap_etag_t etag |
ETag of the response.
int observe_option |
observe indication
oc_rep_t* payload |
response payload, interpreted as cbor
void* user_data |
user data to be supplied to the callback to the client