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