pub type PduGetComParamFn = extern "C" fn(h_mod: u32, h_cll: u32, param_id: u32, p_param_items: *mut *mut ParamItem) -> PduError;
Expand description
Obtains a communication or bus ComParam out of the MVCIs working buffer of a ComLogicalLink
ยงParameters
- h_mod - Handle of the MVCI module
- h_cll - Handle of the ComLogicalLink
- param_id - ID value of the ComParam that is being requested
- p_param_items - Pointer to store the requested ComParam into