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
AWSIoTMQTTStatusUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSIoTMQTTStatusConnectingSwift
case connecting = 1 -
Undocumented
Declaration
Objective-C
AWSIoTMQTTStatusConnectedSwift
case connected = 2 -
Undocumented
Declaration
Objective-C
AWSIoTMQTTStatusDisconnectedSwift
case disconnected = 3 -
Undocumented
Declaration
Objective-C
AWSIoTMQTTStatusConnectionRefusedSwift
case connectionRefused = 4 -
Undocumented
Declaration
Objective-C
AWSIoTMQTTStatusConnectionErrorSwift
case connectionError = 5 -
Undocumented
Declaration
Objective-C
AWSIoTMQTTStatusProtocolErrorSwift
case protocolError = 6
View on GitHub
Install in Dash
AWSIoTMQTTStatus Enumeration Reference