IOHIDDeviceGetReport

Function IOHIDDeviceGetReport 

Source
pub unsafe extern "C-unwind" fn IOHIDDeviceGetReport(
    device: &IOHIDDevice,
    report_type: IOHIDReportType,
    report_id: CFIndex,
    report: NonNull<u8>,
    p_report_length: NonNull<CFIndex>,
) -> IOReturn
👎Deprecated: renamed to IOHIDDevice::report
Available on crate feature hid only.