Actually refreshes the device list
(hidapi: &mut HidApi)
| 47 | |
| 48 | /// Actually refreshes the device list |
| 49 | pub fn refresh_device_list(hidapi: &mut HidApi) -> HidResult<()> { |
| 50 | hidapi.refresh_devices() |
| 51 | } |
| 52 | |
| 53 | /// Returns a list of devices as (Kind, Serial Number) that could be found using HidApi. |
| 54 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected