AWSIoTMQTTStatus
Objective-C
NS_ENUM(NSInteger, AWSIoTMQTTStatus) {
AWSIoTMQTTStatusUnknown,
AWSIoTMQTTStatusConnecting,
AWSIoTMQTTStatusConnected,
AWSIoTMQTTStatusDisconnected,
AWSIoTMQTTStatusConnectionRefused,
AWSIoTMQTTStatusConnectionError,
AWSIoTMQTTStatusProtocolError
}
Swift
enum AWSIoTMQTTStatus : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTMQTTStatusUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSIoTMQTTStatusConnecting
Swift
case connecting = 1
-
Undocumented
Declaration
Objective-C
AWSIoTMQTTStatusConnected
Swift
case connected = 2
-
Undocumented
Declaration
Objective-C
AWSIoTMQTTStatusDisconnected
Swift
case disconnected = 3
-
Undocumented
Declaration
Objective-C
AWSIoTMQTTStatusConnectionRefused
Swift
case connectionRefused = 4
-
Undocumented
Declaration
Objective-C
AWSIoTMQTTStatusConnectionError
Swift
case connectionError = 5
-
Undocumented
Declaration
Objective-C
AWSIoTMQTTStatusProtocolError
Swift
case protocolError = 6