RVS_BTDriver_Vendor_OBD_Types
public enum RVS_BTDriver_Vendor_OBD_Types : Equatable
This is a wrapper for further exploration of the OBD type.
-
The adapter uses the ELM327 chipset
Declaration
Swift
case elm327(model: String) -
The adapter is not a known type.
Declaration
Swift
case unknown
View on GitHub
RVS_BTDriver_Vendor_OBD_Types Enumeration Reference