User Guide

18 Documentation Number ATxWDT-1303
B&B Electronics Mfg Co 707 Dayton Rd - PO Box 1040 - Ottawa IL 61350 - Ph 815-433-5100 - Fax 815-433-5104
B&B Electronics Ltd Westlink Comm. Pk Oranmore, Galway, Ireland Ph +353 91-792444 Fax +353 91-792445
BBPCWDT_ReadRegister
Purpose: Read the value of the reset register.
C Syntax:
BOOL BBPCWDT_ReadRegister(HANDLE hDev,
BYTE* value);
BASIC
Syntax:
Function BBPCWDTShutdown (ByVal hDev
As Long, value As Byte) As Byte
Remarks:
hDev
is the handle to the watchdog timer that was
returned by BBPCWDT_Startup.
value
is a pointer
to a byte that will receive the register value.
Return Value: TRUE (non-zero) if successful, otherwise FALSE
(zero).