Class NetworkDeviceInformation
- Namespace
- nanoFramework.Tools.Debugger.PortTcpIp
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
public class NetworkDeviceInformation
- Inheritance
-
NetworkDeviceInformation
- Inherited Members
- Extension Methods
Constructors
NetworkDeviceInformation(string, int)
public NetworkDeviceInformation(string host, int port)
Parameters
Properties
DeviceId
public string DeviceId { get; }
Property Value
Host
public string Host { get; set; }
Property Value
Port
public int Port { get; set; }