Class DeviceWatcher
- Namespace
- nanoFramework.Tools.Debugger.PortTcpIp
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
public class DeviceWatcher : IDisposable- Inheritance
- 
      
      DeviceWatcher
- Implements
- Inherited Members
- Extension Methods
Constructors
DeviceWatcher(PortTcpIpManager, int)
public DeviceWatcher(PortTcpIpManager owner, int discoveryPort)Parameters
- ownerPortTcpIpManager
- discoveryPortint
Properties
Status
public DeviceWatcherStatus Status { get; }Property Value
Methods
Dispose()
public void Dispose()Start()
public void Start()Stop()
public void Stop()Events
Added
public event DeviceWatcher.EventDeviceAdded AddedEvent Type
Removed
public event DeviceWatcher.EventDeviceRemoved Removed