Skip to main content

PduSetComParamFn

Type Alias PduSetComParamFn 

Source
pub type PduSetComParamFn = extern "system" fn(h_mod: u32, h_cll: u32, p_param_item: *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_item - Pointer to a ComParams to set