Topic: HidSharp. USB strings
Hello!
Is HidSharp able to read USB strings from HID devices?
I need a method in HidSharp that can read the same information as this one:
[DllImport("hid.dll")]
private static extern bool HidD_GetIndexedString(IntPtr hidDeviceObject, int index, ref byte lpReportBuffer, int length);
Thank you for help!