Handbook
Glossary
IOHIDDeviceGetValue ( device element pValue -- IOReturn )
Vocabulary
iokit
.
hid
Inputs
device
an
object
element
an
object
pValue
an
object
Outputs
IOReturn
an
object
Definition
USING:
alien.syntax
unix.types
;
IN:
iokit.hid
FUNCTION:
IOReturn
IOHIDDeviceGetValue
(
IOHIDDeviceRef
device,
IOHIDElementRef
element,
IOHIDValueRef* pValue )