pub type PduSetComParamFn = extern "C" fn(h_mod: u32, h_cll: u32, p_param_items: *mut ParamItem) -> PduError;
Expand description

Sets a com param on a ComLogicalLink

Parameters

  • h_mod - Handle of the MVCI module
  • h_cll - Handle of the ComLogicalLink to set the param on
  • p_param_items - Pointer to a ComParams to set