NurApiSystemInfo Class

Holds information about NUR module system.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public class SystemInfo
Inheritance
Object    NurApiSystemInfo

Constructors

NurApiSystemInfoInitializes a new instance of the NurApiSystemInfo class

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Fields

appAddr Application base address.
appCRCWord Application CRC.
appSzWord Application size.
blAddr Bootloader address.
mainStackUsage Stack usage when entered main().
nvSetAddr Non-vilatile settings' address.
stackTop Top of stack.
szFlash Flash memory size.
szNvSettings Size reserved for non-volatile settings.
szSram Internal SRAM size.
szTagBuffer Tag buffer size in bytes.
szUsedSram Used SRAM.
vectorBase Interrupt vector base.

See Also