Table of Contents

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

owner PortTcpIpManager
discoveryPort int

Properties

Status

public DeviceWatcherStatus Status { get; }

Property Value

DeviceWatcherStatus

Methods

Dispose()

public void Dispose()

Start()

public void Start()

Stop()

public void Stop()

Events

Added

public event DeviceWatcher.EventDeviceAdded Added

Event Type

DeviceWatcher.EventDeviceAdded

Removed

public event DeviceWatcher.EventDeviceRemoved Removed

Event Type

DeviceWatcher.EventDeviceRemoved