Type Definition dpdu_rust::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