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

Function get_usage_pairs

lib/hidapi/mac/hid.c:348–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348static CFArrayRef get_usage_pairs(IOHIDDeviceRef device)
349{
350 return get_array_property(device, CFSTR(kIOHIDDeviceUsagePairsKey));
351}
352
353static unsigned short get_vendor_id(IOHIDDeviceRef device)
354{

Callers 1

create_device_infoFunction · 0.85

Calls 1

get_array_propertyFunction · 0.85

Tested by

no test coverage detected