KNX IoT
KNX IoT Point API stack implementation
oc_client_response_t Struct Reference

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_tendpoint
 endpoint on where the response has been received More...
 
int observe_option
 observe indication More...
 
oc_rep_tpayload
 response payload, interpreted as cbor More...
 
void * user_data
 user data to be supplied to the callback to the client More...
 

Detailed Description

Client response information.

Definition at line 52 of file oc_client_state.h.

Field Documentation

◆ _payload

const uint8_t* _payload

payload buffer

Definition at line 55 of file oc_client_state.h.

◆ _payload_len

size_t _payload_len

payload buffer length

Definition at line 56 of file oc_client_state.h.

◆ client_cb

void* client_cb

callback for the response to the calling client

Definition at line 59 of file oc_client_state.h.

◆ code

status of the response

Definition at line 63 of file oc_client_state.h.

◆ content_format

oc_content_format_t content_format

content format of the payload

Definition at line 62 of file oc_client_state.h.

◆ endpoint

oc_endpoint_t* endpoint

endpoint on where the response has been received

Definition at line 58 of file oc_client_state.h.

◆ observe_option

int observe_option

observe indication

Definition at line 64 of file oc_client_state.h.

◆ payload

oc_rep_t* payload

response payload, interpreted as cbor

Definition at line 54 of file oc_client_state.h.

◆ user_data

void* user_data

user data to be supplied to the callback to the client

Definition at line 61 of file oc_client_state.h.


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