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

Function get_product_string

lib/hidapi/mac/hid.c:420–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420static int get_product_string(IOHIDDeviceRef device, wchar_t *buf, size_t len)
421{
422 return get_string_property(device, CFSTR(kIOHIDProductKey), buf, len);
423}
424
425
426/* Implementation of wcsdup() for Mac. */

Callers 1

Calls 1

get_string_propertyFunction · 0.85

Tested by

no test coverage detected