RVS_BTDriver_OBD_Command_Service_01_PIDs
internal enum RVS_BTDriver_OBD_Command_Service_01_PIDs : String, CaseIterable
These PIDs show the current state of the vehicle.
-
This returns a bitmask of supported PIDs (see the
RVS_BTDriver_OBD_Command_Service_01_02_SupportedPIDsBitMask
type to understand these).Declaration
Swift
case returnSupportedPIDs = "0100"
-
This returns a set of flags, denoting the monitor status, since the DTCs were last cleared (see the
RVS_BTDriver_OBD_Command_Service_01_MonitorStatusBitMask
type to understand these).Declaration
Swift
case returnMonitorStatus = "0101"
-
This returns a set of flags, for the monitor satus for this cycle drive.
Declaration
Swift
case returnMonitorStatusThisCycle = "0141"
-
This returns a set of values for Bank One of the exaust gas temperature (EGT).
Declaration
Swift
case egt_Bank_01 = "0178"
-
This returns a set of values for Bank Two of the exaust gas temperature (EGT).
Declaration
Swift
case egt_Bank_02 = "0179"