pub trait IsoTPChannel: PayloadChannel {
    fn set_iso_tp_cfg(&mut self, cfg: IsoTPSettings) -> ChannelResult<()>;
}
Expand description

Extended trait for PayloadChannel when utilizing ISO-TP to send data to the ECU

Required Methods

Sets the ISO-TP specific configuration for the Channel

Parameters
  • The configuration of the ISO-TP Channel

Implementations on Foreign Types

Implementors