set_hotplug_poll_interval
Description:
[
Version ( since =
"0.3.10" ) ]
public void set_hotplug_poll_interval (
uint hotplug_poll_interval)
Sets the poll interval for platforms like Windows that do not support `LIBUSB_CAP_HAS_HOTPLUG`.
This defaults to 1000ms and can be changed before or after enumerate has been
called.
Parameters:
this |
a Context
|
hotplug_poll_interval |
the interval in ms
|