MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / hid_get_input_report

Function hid_get_input_report

lib/hidapi/mac/hid.c:1343–1346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1341}
1342
1343int HID_API_EXPORT HID_API_CALL hid_get_input_report(hid_device *dev, unsigned char *data, size_t length)
1344{
1345 return get_report(dev, kIOHIDReportTypeInput, data, length);
1346}
1347
1348void HID_API_EXPORT hid_close(hid_device *dev)
1349{

Callers

nothing calls this directly

Calls 1

get_reportFunction · 0.85

Tested by

no test coverage detected