TNPeripheralProtocol
@objc
public enum TNPeripheralProtocol : Int, RawRepresentable, Codable, CaseIterable
Undocumented
-
Undocumented
Declaration
Swift
case unknown
-
Undocumented
Declaration
Swift
case bluetoothLE
-
Undocumented
Declaration
Swift
case bluetoothClassic
-
Undocumented
Declaration
Swift
case bluetoothDual
-
Undocumented
Declaration
Swift
case carPlay
-
Undocumented
Declaration
Swift
case audio
-
Undocumented
Declaration
Swift
case androidAuto
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public init?(rawValue: String)
-
Declaration
Swift
public typealias RawValue = String
-
Declaration
Swift
public var rawValue: RawValue { get }
-
Declaration
Swift
public func encode(to encoder: Encoder) throws