Home
last modified time | relevance | path

Searched defs:MQTTAsync_responseOptions (Results 1 – 2 of 2) 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
/device/soc/hisilicon/ws63v100/sdk/open_source/mqtt/paho.mqtt.c/src/
DMQTTAsync.h708 typedef struct MQTTAsync_responseOptions struct
711 char struct_id[4];
714 int struct_version;
720 MQTTAsync_onSuccess* onSuccess;
726 MQTTAsync_onFailure* onFailure;
732 void* context;
739 MQTTAsync_token token;
745 MQTTAsync_onSuccess5* onSuccess5;
769 } MQTTAsync_responseOptions; argument