Skip to main content

Module protocol

Module protocol 

Source
Expand description

OBD-II protocol types and parsing.

Re-exports§

pub use pid::Pid;
pub use pid::ValueType;
pub use dtc::Dtc;
pub use dtc::DtcCategory;
pub use dtc::DtcStatus;
pub use dtc::DtcStatusByte;
pub use dtc::Severity;
pub use enhanced::EnhancedPid;
pub use enhanced::Formula;
pub use enhanced::Confidence;
pub use service::DiagSession;
pub use service::ActuatorCommand;
pub use service::ReadinessStatus;
pub use service::MonitorStatus;
pub use service::TestResult;
pub use service::VehicleInfo;
pub use service::ServiceRequest;
pub use service::O2TestResult;
pub use service::O2SensorLocation;

Modules§

codec
Raw byte parsing and frame decoding.
dtc
DTC types and status definitions.
enhanced
Enhanced manufacturer-specific PID types.
pid
Standard OBD-II PID definitions.
service
Diagnostic service definitions.