RVS_BTDriver_DeviceType
public enum RVS_BTDriver_DeviceType : Equatable
This enum is used to help identify what the device is.
-
The goTenna Mesh device
Declaration
Swift
case goTenna(type: String)
-
A generic OBD device
Declaration
Swift
case OBD(type: RVS_BTDriver_Vendor_OBD_Types)
-
The device is unknown, and untested.
Declaration
Swift
case unTested
-
The device is unknown.
Declaration
Swift
case unknown