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

Registers a callback function

Parameters

  • h_mod - Handle of the MVCI module
  • h_cll - Handle of the ComLogicalLink
  • callback_fn - Callback function (null to deregister callback)