AWSIoTProtocols
Objective-C
NS_ENUM(NSInteger, AWSIoTProtocols) {
AWSIoTProtocolsUnknown,
AWSIoTProtocolsMqtt,
AWSIoTProtocolsHttp,
}
Swift
enum AWSIoTProtocols : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTProtocolsUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSIoTProtocolsMqttSwift
case mqtt = 1 -
Undocumented
Declaration
Objective-C
AWSIoTProtocolsHttpSwift
case http = 2
View on GitHub
Install in Dash
AWSIoTProtocols Enumeration Reference