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

Function hid_get_indexed_string

lib/hidapi/mac/hid.c:1472–1481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1470}
1471
1472int HID_API_EXPORT_CALL hid_get_indexed_string(hid_device *dev, int string_index, wchar_t *string, size_t maxlen)
1473{
1474 (void) dev;
1475 (void) string_index;
1476 (void) string;
1477 (void) maxlen;
1478
1479 register_device_error(dev, "hid_get_indexed_string: not available on this platform");
1480 return -1;
1481}
1482
1483int HID_API_EXPORT_CALL hid_darwin_get_location_id(hid_device *dev, uint32_t *location_id)
1484{

Callers 1

mainFunction · 0.50

Calls 1

register_device_errorFunction · 0.70

Tested by 1

mainFunction · 0.40