ADLINK PXI-3950 User Manual

Page 81

Advertising
background image

Appendix B

67

PXI-3950

User’s Manual

ResetWDT

@ Description

Resets the watchdog timer. The invocation of ResetWDT
allows users to restore the watchdog timer to the initial timeout
value specified in the SetWDT function. Users should call
ResetWDT or StopWDT before the expiration of the watchdog
timer, or the system will be reset.

@ Supported Controllers

PXI-3950, PXI-3920, PXI-3910

@ Syntax

C/C++

BOOL ResetWDT()

Visual Basic

ResetWDT() As Boolean

@ Parameters

None

@ Return Codes

TRUE if watchdog timer is successfully reset.

FALSE if watchdog timer is failed to reset.

Advertising