Home
last modified time | relevance | path

Searched defs:MQTTAsync_responseOptions (Results 1 – 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
DMQTTAsync.h584 typedef struct MQTTAsync_responseOptions struct
587 char struct_id[4];
590 int struct_version;
596 MQTTAsync_onSuccess* onSuccess;
602 MQTTAsync_onFailure* onFailure;
608 void* context;
614 MQTTAsync_token token;
620 MQTTAsync_onSuccess5* onSuccess5;
644 } MQTTAsync_responseOptions; argument