MCPcopy Create free account
hub / github.com/360Controller/360Controller / getReport

Method getReport

360Controller/ChatPad.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52IOReturn ChatPadKeyboardClass::getReport(IOMemoryDescriptor *report, IOHIDReportType reportType, IOOptionBits options)
53{
54 return kIOReturnUnsupported;
55}
56
57IOReturn ChatPadKeyboardClass::handleReport(IOMemoryDescriptor *report, IOHIDReportType reportType, IOOptionBits options)
58{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected