get_hid_descriptors
Description:
[ Version ( since = "0.4.7" ) ]
public GenericArray<unowned Bytes> get_hid_descriptors () throws Error
public GenericArray<unowned Bytes> get_hid_descriptors () throws Error
Gets all the HID descriptors exported by the device.
The first time this method is used the hardware is queried and then after that cached results are returned. To invalidate the caches use invalidate.
Parameters:
this |
a Device |
Returns:
an array of HID descriptors |