IOHIDDeviceSetProperty

Function IOHIDDeviceSetProperty 

Source
pub unsafe extern "C-unwind" fn IOHIDDeviceSetProperty(
    device: &IOHIDDevice,
    key: &CFString,
    property: &CFType,
) -> bool
👎Deprecated: renamed to IOHIDDevice::set_property
Available on crate feature hid only.