Type Definition dpdu_rust::PduIoctlFn

source · []
pub type PduIoctlFn = extern "C" fn(h_mod: u32, h_cll: u32, ioctl_commanded_id: u32, p_input_data: *mut PduDataItem, p_output_data: *mut *mut PduDataItem) -> PduError;
Expand description

Performs generic IOCTL calls on a MVCI or ComLogicalLink

Parameters

  • h_mod - Handle of MVCI module
  • h_cll - Handle of the ComLogicalLink
  • ioctl_commanded_id - IO Command to send to ComLogicalLink
  • p_input_data - Pointer to input data item (Null if not required)
  • p_output_data - Pointer to output data item (Null if not required)