Table of Contents

Class VersionStruct

Namespace
nanoFramework.Tools.Debugger.WireProtocol
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll
public class VersionStruct
Inheritance
VersionStruct
Inherited Members
Extension Methods

Constructors

VersionStruct()

public VersionStruct()

Fields

build

public ushort build

Field Value

ushort

major

public ushort major

Field Value

ushort

minor

public ushort minor

Field Value

ushort

revision

public ushort revision

Field Value

ushort

Properties

Version

public Version Version { get; }

Property Value

Version