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

Function get_max_report_length

lib/hidapi/mac/hid.c:363–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363static int32_t get_max_report_length(IOHIDDeviceRef device)
364{
365 return get_int_property(device, CFSTR(kIOHIDMaxInputReportSizeKey));
366}
367
368static int get_string_property(IOHIDDeviceRef device, CFStringRef prop, wchar_t *buf, size_t len)
369{

Callers 1

hid.cFile · 0.85

Calls 1

get_int_propertyFunction · 0.85

Tested by

no test coverage detected