Share via


MFDevice Members

The following tables list the members exposed by the MFDevice type.

Public Destructors

Name Description
Public Method ~MFDevice Restores the system interrupt to the state it was in when the SmartPTR_IRQ object was created.

Public Properties

Name Description
Public Property IsConnected Indicates whether or not the device is connected.

Public Methods

Name Description
Public Method ConnectToTinyBooter Establishes communications to the device with TinyBooter.
Public Method Deploy Deploys an object file to a device in Motorola SREC format (.hex).
Public Method Dispose Disposes of an MFDevice object.
Public Method Erase Erases part or all of flash memory.
Public Method Execute Begins execution of code on a device.
Public Method Ping Attempts to connect to a device to see if it is responding.
Public Method Reboot Reboots a connected device.

Public Events

Name Description
Public Event OnDbgText Occurs when a device sends a debug message.

Public Delegates

Name Description
Public Delegate OnDebugTextDelegate Handles a OnDbgText event representing a debug message sent from a device.

See Also

MFDevice Class
Microsoft.NetMicroFramework.Tools.MFDeployTool.Engine Namespace