PduConnectFn

Type Alias PduConnectFn 

Source
pub type PduConnectFn = extern "C" fn(h_mod: u32, h_cll: u32) -> PduError;
Expand description

Connects a ComLogicalLink to a vehicle interface

ยงParameters

  • h_mod - Handle of the MVCI module
  • h_cll - Handle of the ComLogicalLink to connect