Interface IIpDeviceMonitor
public interface IIpDeviceMonitor : IDeviceMonitor, IDisposable
- Inherited Members
Methods
RestartDiscovery()
Restarts IP device discovery and heartbeat if the monitor is started.
Task RestartDiscovery()
Returns
StopDiscovery()
Stops IP device discovery and heartbeat; then triggers DeviceDisconnected events for all connected devices. The monitor keeps its started state; discovery can be restarted with RestartDiscovery.
Task StopDiscovery()