 |
Paho MQTT C Client Library
|
Go to the documentation of this file.
17 #if !defined(MQTTREASONCODES_H)
18 #define MQTTREASONCODES_H
69 #if defined(WIN32) || defined(WIN64)
70 #define DLLImport __declspec(dllimport)
71 #define DLLExport __declspec(dllexport)
73 #define DLLImport extern
74 #define DLLExport __attribute__ ((visibility ("default")))
@ MQTTREASONCODE_PROTOCOL_ERROR
Definition: MQTTReasonCodes.h:48
@ MQTTREASONCODE_PACKET_IDENTIFIER_NOT_FOUND
Definition: MQTTReasonCodes.h:64
@ MQTTREASONCODE_CLIENT_IDENTIFIER_NOT_VALID
Definition: MQTTReasonCodes.h:51
@ MQTTREASONCODE_SHARED_SUBSCRIPTIONS_NOT_SUPPORTED
Definition: MQTTReasonCodes.h:76
@ MQTTREASONCODE_IMPLEMENTATION_SPECIFIC_ERROR
Definition: MQTTReasonCodes.h:49
@ MQTTREASONCODE_TOPIC_FILTER_INVALID
Definition: MQTTReasonCodes.h:61
@ MQTTREASONCODE_MAXIMUM_CONNECT_TIME
Definition: MQTTReasonCodes.h:78
@ MQTTREASONCODE_SUCCESS
Definition: MQTTReasonCodes.h:36
@ MQTTREASONCODE_ADMINISTRATIVE_ACTION
Definition: MQTTReasonCodes.h:70
@ MQTTREASONCODE_NO_SUBSCRIPTION_FOUND
Definition: MQTTReasonCodes.h:43
@ MQTTREASONCODE_KEEP_ALIVE_TIMEOUT
Definition: MQTTReasonCodes.h:59
@ MQTTREASONCODE_SERVER_BUSY
Definition: MQTTReasonCodes.h:55
@ MQTTREASONCODE_SERVER_MOVED
Definition: MQTTReasonCodes.h:75
@ MQTTREASONCODE_RECEIVE_MAXIMUM_EXCEEDED
Definition: MQTTReasonCodes.h:65
@ MQTTREASONCODE_BANNED
Definition: MQTTReasonCodes.h:56
@ MQTTREASONCODE_GRANTED_QOS_2
Definition: MQTTReasonCodes.h:40
@ MQTTREASONCODE_PACKET_IDENTIFIER_IN_USE
Definition: MQTTReasonCodes.h:63
@ MQTTREASONCODE_TOPIC_NAME_INVALID
Definition: MQTTReasonCodes.h:62
#define DLLExport
Definition: MQTTReasonCodes.h:74
@ MQTTREASONCODE_UNSUPPORTED_PROTOCOL_VERSION
Definition: MQTTReasonCodes.h:50
@ MQTTREASONCODE_GRANTED_QOS_1
Definition: MQTTReasonCodes.h:39
@ MQTTREASONCODE_CONTINUE_AUTHENTICATION
Definition: MQTTReasonCodes.h:44
@ MQTTREASONCODE_CONNECTION_RATE_EXCEEDED
Definition: MQTTReasonCodes.h:77
@ MQTTREASONCODE_NORMAL_DISCONNECTION
Definition: MQTTReasonCodes.h:37
@ MQTTREASONCODE_GRANTED_QOS_0
Definition: MQTTReasonCodes.h:38
@ MQTTREASONCODE_BAD_USER_NAME_OR_PASSWORD
Definition: MQTTReasonCodes.h:52
@ MQTTREASONCODE_DISCONNECT_WITH_WILL_MESSAGE
Definition: MQTTReasonCodes.h:41
@ MQTTREASONCODE_WILDCARD_SUBSCRIPTIONS_NOT_SUPPORTED
Definition: MQTTReasonCodes.h:80
@ MQTTREASONCODE_NO_MATCHING_SUBSCRIBERS
Definition: MQTTReasonCodes.h:42
@ MQTTREASONCODE_MALFORMED_PACKET
Definition: MQTTReasonCodes.h:47
@ MQTTREASONCODE_SERVER_SHUTTING_DOWN
Definition: MQTTReasonCodes.h:57
@ MQTTREASONCODE_TOPIC_ALIAS_INVALID
Definition: MQTTReasonCodes.h:66
@ MQTTREASONCODE_RETAIN_NOT_SUPPORTED
Definition: MQTTReasonCodes.h:72
@ MQTTREASONCODE_UNSPECIFIED_ERROR
Definition: MQTTReasonCodes.h:46
@ MQTTREASONCODE_MESSAGE_RATE_TOO_HIGH
Definition: MQTTReasonCodes.h:68
@ MQTTREASONCODE_PAYLOAD_FORMAT_INVALID
Definition: MQTTReasonCodes.h:71
@ MQTTREASONCODE_QUOTA_EXCEEDED
Definition: MQTTReasonCodes.h:69
@ MQTTREASONCODE_SUBSCRIPTION_IDENTIFIERS_NOT_SUPPORTED
Definition: MQTTReasonCodes.h:79
const char * MQTTReasonCode_toString(enum MQTTReasonCodes value)
@ MQTTREASONCODE_RE_AUTHENTICATE
Definition: MQTTReasonCodes.h:45
@ MQTTREASONCODE_NOT_AUTHORIZED
Definition: MQTTReasonCodes.h:53
@ MQTTREASONCODE_SERVER_UNAVAILABLE
Definition: MQTTReasonCodes.h:54
@ MQTTREASONCODE_USE_ANOTHER_SERVER
Definition: MQTTReasonCodes.h:74
MQTTReasonCodes
Definition: MQTTReasonCodes.h:21
@ MQTTREASONCODE_SESSION_TAKEN_OVER
Definition: MQTTReasonCodes.h:60
@ MQTTREASONCODE_PACKET_TOO_LARGE
Definition: MQTTReasonCodes.h:67
@ MQTTREASONCODE_BAD_AUTHENTICATION_METHOD
Definition: MQTTReasonCodes.h:58
@ MQTTREASONCODE_QOS_NOT_SUPPORTED
Definition: MQTTReasonCodes.h:73