Handbook
Glossary
IOHIDDeviceSetProperty ( device key property -- Boolean )
Vocabulary
iokit
.
hid
Inputs
device
an
object
key
an
object
property
an
object
Outputs
Boolean
an
object
Definition
USING:
alien.syntax
core-foundation
core-foundation.strings
;
IN:
iokit.hid
FUNCTION:
Boolean
IOHIDDeviceSetProperty
(
IOHIDDeviceRef
device,
CFStringRef
key,
CFTypeRef
property
)