Struct CLRCapabilities.HalSystemInfoProperties
- Namespace
- nanoFramework.Tools.Debugger
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
public struct CLRCapabilities.HalSystemInfoProperties
- Inherited Members
-
Constructors
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
public readonly string halVendorInfo
Field Value
- string
public readonly Version halVersion
Field Value
- Version
public readonly byte modelCode
Field Value
- byte
public readonly string moduleSerialNumber
Field Value
- string
public readonly byte oemCode
Field Value
- byte
public readonly ushort skuCode
Field Value
- ushort
public readonly string systemSerialNumber
Field Value
- string