Share via


MFUpdateType Enumeration

Provides values of the known update types

Namespace: Microsoft.SPOT.MFUpdate
Assembly: (in )

Syntax

public enum MFUpdateType

Members

  Member name Description
AssemblyUpdate Assembly update
FirmwareUpdate Firmware update
KeyUpdate Key update
UserDefined User-defined

Remarks

You can extend this enumeration by performing a bitwise OR operation with the UserDefined value and the user-identified value. The value must match the native code implemenation of the MFUpdate component.

Version Information

Available in the .NET Micro Framework version 4.2.

See Also

Reference

Microsoft.SPOT.MFUpdate Namespace