Trait ecu_diagnostics::channel::CanChannel[][src]

pub trait CanChannel: PacketChannel<CanFrame> {
    fn set_can_cfg(
        &mut self,
        baud: u32,
        use_extended: bool
    ) -> ChannelResult<()>; }
Expand description

Packet channel for sending and receiving individual CAN Frames

Required methods

Sets the CAN network configuration

Implementations on Foreign Types

Implementors