ADLINK PXI-3950 User Manual

Page 80

Advertising
background image

66

Appendix

B

PXI-3950

User’s Manual

StartWDT

@ Description

Starts the watchdog timer function. Once the StartWDT is
invoked, the watchdog timer countdown starts. Users should
call ResetWDT or StopWDT before the expiration of the watch-
dog timer, or the system will be reset.

@ Supported Controllers

PXI-3950, PXI-3920, PXI-3910

@ Syntax

C/C++

BOOL StartWDT()

Visual Basic

StartWDT() As Boolean

@ Parameters

None

@ Return Codes

TRUE if watchdog timer is successfully started.

FALSE if watchdog timer is failed to start.

Advertising