Share via


FlashSectorBlock Enumeration

Indicates specific locations of a block of flash memory within a particular sector.

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

Syntax

public enum FlashSectorBlock

Members

  Member name Description
End A value indicating that the block of flash memory is located at the end of the sector.
None A value indicating that the block of flash memory is located neither at the beginning nor the end of the sector.
Start A value indicating that the block of flash memory is located at the beginning of the sector.
StartEnd A value indicating that the block of flash memory 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