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

Gets a list of unique response IDs from a ComLogicalLink

Parameters

  • h_mod - Handle of the MVCI module
  • h_cll - Handle of the ComLogicalLink
  • p_unique_resp_id_table - Pointer to store the list of unique response IDs