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

Destroys a given ComLogicalLink

Parameters

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