Share via


Watchdog.Enabled Property

Gets or sets whether the watchdog is enabled.

Namespace: Microsoft.SPOT.Hardware
Assembly: Microsoft.SPOT.Hardware (in microsoft.spot.hardware.dll)

Syntax

public static bool Enabled { get; set; }

Property Value

true if the watchdog is enabled; otherwise, false.

Remarks

The watchdog can be turned off if the interop method takes an indeterminate time. The watchdog does not need to be turned off for managed code, because the interpreter will ensure that the watchdog is reset.

Version Information

Available in the .NET Micro Framework versions 4.0, 4.1, and 4.2.

See Also

Reference

Watchdog Class
Watchdog Members
Microsoft.SPOT.Hardware Namespace