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