RebootEventHandler Delegate

The event handler delegate for the PowerState.OnRebootEvent.

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

Syntax

public delegate void RebootEventHandler (
         bool fSoftReboot
)

Parameters

  • fSoftReboot
    If true, the system will perform only a software reboot, rather than a hardware reboot. The software reboot re-initializes the CLR and some of the HAL/PAL. If false, the system will perform a hardware reboot.

Version Information

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

See Also

Reference

Microsoft.SPOT.Hardware Namespace