Table of Contents

Class NanoNetworkDevice

Namespace
nanoFramework.Tools.Debugger.PortTcpIp
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll
public class NanoNetworkDevice : IDisposable
Inheritance
NanoNetworkDevice
Implements
Inherited Members
Extension Methods

Constructors

NanoNetworkDevice()

public NanoNetworkDevice()

Fields

SafeDefaultTimeout

public const int SafeDefaultTimeout = 1000

Field Value

int

Properties

AvailableBytes

public int AvailableBytes { get; }

Property Value

int

Connected

public bool Connected { get; }

Property Value

bool

NetworkDeviceInformation

public NetworkDeviceInformation NetworkDeviceInformation { get; set; }

Property Value

NetworkDeviceInformation

Methods

Close()

public void Close()

Connect()

public NetworkStream Connect()

Returns

NetworkStream

Dispose()

public void Dispose()