Share via


FlashSectorPartition Enumeration

Indicates where a partition is located in a particular flash memory sector.

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

Syntax

public enum FlashSectorPartition

Members

  Member name Description
End A value indicating that the partition is located at the end of the sector.
None A value indicating that the partition is located neither at the beginning nor the end of the sector.
Start A value indicating that the partition is located at the beginning of the sector.
StartEnd A value indicating that the partition is located at the beginning or the end of the sector.

Version Information

Available in .NET Micro Framework version 2.0

See Also

Reference

Microsoft.SPOT.Emulator.Memory Namespace