Table of Contents

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

host string
port int

Properties

DeviceId

public string DeviceId { get; }

Property Value

string

Host

public string Host { get; set; }

Property Value

string

Port

public int Port { get; set; }

Property Value

int