Share via


PingConnectionType Enumeration

Defines values that indicate what .NET Micro Framework components on a device are responding to connection attempts.

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

Syntax

public enum PingConnectionType

Members

  Member name Description
TinyCLR Indicates a response from the Common Language Runtime (CLR).
TinyBooter Indicates a response from the bootstrap loader.
NoConnection Indicates that no response was received.

Version Information

Available in MFDeploy version 1.0

See Also