Delegate DeviceWatcher.EventDeviceAdded
- Namespace
- nanoFramework.Tools.Debugger.PortTcpIp
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
public delegate void DeviceWatcher.EventDeviceAdded(object sender, NetworkDeviceInformation deviceInfo)Parameters
- senderobject
- deviceInfoNetworkDeviceInformation
- Extension Methods
Constructors
EventDeviceAdded(object, IntPtr)
public EventDeviceAdded(object @object, IntPtr method)Parameters
Methods
BeginInvoke(object, NetworkDeviceInformation, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, NetworkDeviceInformation deviceInfo, AsyncCallback callback, object @object)Parameters
- senderobject
- deviceInfoNetworkDeviceInformation
- callbackAsyncCallback
- objectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)Parameters
- resultIAsyncResult
Invoke(object, NetworkDeviceInformation)
public virtual void Invoke(object sender, NetworkDeviceInformation deviceInfo)Parameters
- senderobject
- deviceInfoNetworkDeviceInformation