Share via


FlashSectorUsage Enumeration

Indicates what a specific flash memory sector is used for.

Namespace: Microsoft.SPOT.Emulator.Memory
Assembly: Microsoft.SPOT.Emulator (in microsoft.spot.emulator.dll)

Syntax

public enum FlashSectorUsage

Members

  Member name Description
Application A value indicating that the sector contains application code.
Bootstrap A value indicating that the sector contains the bootstrap code.
Code A value indicating that the sector contains the common language runtime (CLR) code.
Config A value indicating that the sector contains configuration information.
Deployment A value indicating that the sector contains the client application code.
Log A value indicating that the sector is used to store operational logs.
StorageA A value indicating that the sector contains programmer-defined data.
StorageB A value indicating that the sector contains programmer-defined data.

Version Information

Available in .NET Micro Framework version 2.0

See Also

Reference

Microsoft.SPOT.Emulator.Memory Namespace