MFUpdateType Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Provides values of the known update types

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

Syntax

'Declaration
Public Enumeration MFUpdateType
public enum MFUpdateType
public enum class MFUpdateType
type MFUpdateType
public enum MFUpdateType

Members

Member name Description
FirmwareUpdate Firmware update
AssemblyUpdate Assembly 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 implementation of the MFUpdate component.

See Also

Reference

Microsoft.SPOT.MFUpdate Namespace