DeviceProvider.hideProvider

Make @provider hide the devices from the factory with @name.

This function is used when @provider will also provide the devices reported by provider factory @name. A monitor should stop monitoring the device provider with @name to avoid duplicate devices.

class DeviceProvider
void
hideProvider
(
string name
)

Parameters

name string

a provider factory name

Meta