AWSIoTProtocols
Objective-C
NS_ENUM(NSInteger, AWSIoTProtocols) {
AWSIoTProtocolsUnknown,
AWSIoTProtocolsMqtt,
AWSIoTProtocolsHttp,
}
Swift
enum AWSIoTProtocols : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTProtocolsUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSIoTProtocolsMqtt
Swift
case mqtt = 1
-
Undocumented
Declaration
Objective-C
AWSIoTProtocolsHttp
Swift
case http = 2