Module ecu_diagnostics::obd2

source ·
Expand description

Module for OBD (ISO-9141)

Structs§

Enums§

Type Aliases§

  • Store a single byte, either as a Standard(CommandedSecondaryAirStatus), or as an Extended(u8).
  • Store a single byte, either as a Standard(DataPid), or as an Extended(u8).
  • Store a single byte, either as a Standard(FuelSystemStatus), or as an Extended(u8).
  • Store a single byte, either as a Standard(FuelTypeCoding), or as an Extended(u8).
  • Store a single byte, either as a Standard(Obd2Command), or as an Extended(u8).
  • Store a single byte, either as a Standard(Obd2Error), or as an Extended(u8).
  • Store a single byte, either as a Standard(ObdStandard), or as an Extended(u8).
  • Store a single byte, either as a Standard(Service09Pid), or as an Extended(u8).