IOHIDDeviceGetValueWithOptions

Function IOHIDDeviceGetValueWithOptions 

Source
pub unsafe extern "C-unwind" fn IOHIDDeviceGetValueWithOptions(
    device: &IOHIDDevice,
    element: &IOHIDElement,
    p_value: NonNull<NonNull<IOHIDValue>>,
    options: u32,
) -> IOReturn
👎Deprecated: renamed to IOHIDDevice::value_with_options
Available on crate feature hid only.