IOHIDTransactionSetValue

Function IOHIDTransactionSetValue 

Source
pub extern "C-unwind" fn IOHIDTransactionSetValue(
    transaction: &IOHIDTransaction,
    element: &IOHIDElement,
    value: &IOHIDValue,
    options: IOOptionBits,
)
👎Deprecated: renamed to IOHIDTransaction::set_value
Available on crate feature hid only.