IOHIDDeviceGetProperty

Function IOHIDDeviceGetProperty 

Source
pub extern "C-unwind" fn IOHIDDeviceGetProperty(
    device: &IOHIDDevice,
    key: &CFString,
) -> Option<CFRetained<CFType>>
👎Deprecated: renamed to IOHIDDevice::property
Available on crate feature hid only.