![]() |
Diffusion C API 6.11.5
|
Structure describing a topic set request. More...
#include <topic-update.h>
Data Fields | |
const char * | topic_path |
Topic path to be updated. | |
DIFFUSION_DATATYPE | datatype |
The topic update datatype. | |
BUF_T * | update |
Update value. | |
on_topic_update_set_success_cb | on_topic_update |
Callback when the topic update is successful. | |
ERROR_HANDLER_T | on_error |
Callback to handle errors. Can be NULL. | |
DISCARD_HANDLER_T | on_discard |
Callback to handle. Can be NULL. | |
void * | context |
User-supplied context returned to callbacks. | |
Structure describing a topic set request.
BUF_T* diffusion_topic_update_params_s::update |
Update value.
Can be NULL
for the following datatypes: DATATYPE_STRING
,DATATYPE_INT64
or DATATYPE_DOUBLE