Share via


MFDeploy.Connect Method (MFPortDefinition, MFPortDefinition)

Attempts to connect to .NET Micro Framework device via a specified port and boot loader port.

Namespace: Microsoft.NetMicroFramework.Tools.MFDeployTool.Engine
Assembly: (in )

Syntax

public MFDevice Connect (
         MFPortDefinitionportdef,
         MFPortDefinitiontinybooterPortDef
)

Parameters

  • portdef
    The port definition of the device to connect to.
  • tinybooterPortDef
    For devices that use a second port for the boot loader (TinyBooter), the port definition of the device's TinyBooter port.

Return Value

A handle to the requested device.

Version Information

Available in MFDeploy version 1.0

See Also