pub type PduSetUniqueRespIdTableFn = extern "C" fn(h_mod: u32, h_cll: u32, p_unique_resp_id_table: *mut UniqueRespIdTableItem) -> PduError;
Expand description

Sets a unique response ID table for the ComLogicalLink

Parameters

  • h_mod - Handle of the MVCI module
  • h_cll - Handle of the ComLogicalLink
  • p_unique_resp_id_table - Pointer to the unique response ID table to set