Handbook
Glossary
IOHIDDeviceCopyValueMultipleWithCallback ( device elements pMultiple timeout callback context -- IOReturn )
Vocabulary
iokit
.
hid
Inputs
device
an
object
elements
an
object
pMultiple
an
object
timeout
an
object
callback
an
object
context
an
object
Outputs
IOReturn
an
object
Definition
USING:
alien.c-types
alien.syntax
core-foundation.arrays
core-foundation.dictionaries
core-foundation.time
unix.types
;
IN:
iokit.hid
FUNCTION:
IOReturn
IOHIDDeviceCopyValueMultipleWithCallback
(
IOHIDDeviceRef
device,
CFArrayRef
elements,
CFDictionaryRef* pMultiple,
CFTimeInterval
timeout,
IOHIDValueMultipleCallback
callback, void* context )