GetHIDIndexedString()

Syntax

Result$ = GetHIDIndexedString(#HID, Index)
Description
Get the specified indexed string value from the HID device. HID devices can store multiple strings at different indices, such as product name, manufacturer, etc.

Parameters

#HID The HID device to query.
Index The index of the string to retrieve.

Return value

Returns the string value, or an empty string if there was an error.

See Also

HIDInfo()

Supported OS

All

<- ExamineHIDs() - HID Index - GetHIDReportDescriptor() ->