Table of Contents

Delegate DeviceWatcher.EventDeviceRemoved

Namespace
nanoFramework.Tools.Debugger.PortTcpIp
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll
public delegate void DeviceWatcher.EventDeviceRemoved(object sender, NetworkDeviceInformation deviceInfo)

Parameters

sender object
deviceInfo NetworkDeviceInformation
Extension Methods

Constructors

EventDeviceRemoved(object, IntPtr)

public EventDeviceRemoved(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(object, NetworkDeviceInformation, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(object sender, NetworkDeviceInformation deviceInfo, AsyncCallback callback, object @object)

Parameters

sender object
deviceInfo NetworkDeviceInformation
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(object, NetworkDeviceInformation)

public virtual void Invoke(object sender, NetworkDeviceInformation deviceInfo)

Parameters

sender object
deviceInfo NetworkDeviceInformation