Type Definition dpdu_rust::PduGetStatusFn

source · []
pub type PduGetStatusFn = extern "C" fn(h_mod: u32, h_cll: u32, h_cop: u32, p_status_code: *mut PduStatus, p_timestamp: *mut u32, p_extra_info: *mut u32) -> PduError;
Expand description

Gets runtime information from either a MVCI module, ComLogicalLink or ComPrimitive

Parameters

  • h_mod - Handle of the MVCI module
  • h_cll - Handle of the ComLogicalLink
  • h_cop - Handle of the ComPrimitive
  • p_status_code - Pointer to store the status code
  • p_timestamp - Pointer to store timestamp in microseconds
  • p_extra_info - Pointer for storing any extra information