Method
FwupdPluginDeviceset_poll_interval
Declaration [src]
void
fu_device_set_poll_interval (
FuDevice* self,
guint interval
)
Description [src]
Polls the hardware every interval period. If the subclassed ->poll()` method
returnsFALSEthen a warning is printed to the console and the poll is
disabled until the next call tofu_device_set_poll_interval()`.
| Available since: | 1.1.2 |