Table of Contents

Struct CLRCapabilities.HalSystemInfoProperties

Namespace
nanoFramework.Tools.Debugger
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll
public struct CLRCapabilities.HalSystemInfoProperties
Inherited Members

Constructors

HalSystemInfoProperties(Version, string, byte, byte, ushort, byte[], byte[])

public HalSystemInfoProperties(Version hv, string hvi, byte oc, byte mc, ushort sc, byte[] mSerNumBytes, byte[] sSerNumBytes)

Parameters

hv Version
hvi string
oc byte
mc byte
sc ushort
mSerNumBytes byte[]
sSerNumBytes byte[]

Fields

halVendorInfo

public readonly string halVendorInfo

Field Value

string

halVersion

public readonly Version halVersion

Field Value

Version

modelCode

public readonly byte modelCode

Field Value

byte

moduleSerialNumber

public readonly string moduleSerialNumber

Field Value

string

oemCode

public readonly byte oemCode

Field Value

byte

skuCode

public readonly ushort skuCode

Field Value

ushort

systemSerialNumber

public readonly string systemSerialNumber

Field Value

string