Handbook
Glossary
IOHIDDeviceGetReportWithCallback ( device reportType reportID report pReportLength timeout callback context -- IOReturn )
Vocabulary
iokit
.
hid
Inputs
device
an
object
reportType
an
object
reportID
an
object
report
an
object
pReportLength
an
object
timeout
an
object
callback
an
object
context
an
object
Outputs
IOReturn
an
object
Definition
USING:
alien.c-types
alien.syntax
core-foundation
core-foundation.time
unix.types
;
IN:
iokit.hid
FUNCTION:
IOReturn
IOHIDDeviceGetReportWithCallback
(
IOHIDDeviceRef
device,
IOHIDReportType
reportType,
CFIndex
reportID, char* report, CFIndex* pReportLength,
CFTimeInterval
timeout,
IOHIDReportCallback
callback, void*
context )