Watch Dog Function - Protech Systems PA-6322 User Manual

15" pos terminal powered by intel celeron j1900 quad-core
Hide thumbs Also See for PA-6322:
Table of Contents

Advertisement

data= GetCashDrawerStatus(0x01); // Get the Cash Drawer1 status
if (data)
MsgBox("open1");
"Open"
Else
MsgBox("close1");
"Close"
Endif
3.4.2

Watch Dog Function

Watchdog_Set
Purpose:
Set the timeout for the watchdog timer.
Value
value = 0 ~ 255
Return:
True (1) on success, False (0) on failure
Watchdog_SetMinSec
Purpose:
Set the unit of time as second/minute
Value
kind = 1 (Measured in unit of second)
Return:
True (1) on success, False (0) on failure
Watchdog_Stop
Purpose:
Stop the watchdog timer
Value
None
Return:
True (1) on success, False (0) on failure
Watchdog_Recount
Purpose:
Restart the watchdog timer
Value
None
Return:
True (1) on success, False (0) on failure
PA-6322 SERIES USER MANUAL
// Cash Drawer1 status
// Cash Drawer1 status
bool Watchdog_Set (int value);
bool Watchdog_SetMinSec (int kind);
2 (Measured in unit of minute)
bool Watchdog_Stop (void);
bool Watchdog_Recount (void);
Chapter 3 Software Utilities
Page: 3-99

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents