Skip to main content

IOHIDDeviceSetReport

Function IOHIDDeviceSetReport 

Source
pub unsafe extern "C" fn IOHIDDeviceSetReport(
    device: IOHIDDeviceRef,
    report_type: IOHIDReportType,
    report_id: CFIndex,
    report: *const u8,
    report_length: CFIndex,
) -> IOReturn
Available on crate feature raw-ffi only.