CashDrawer API

From wizarPOS

Functions

The calling sequence is open>kick_out>close

open

int moneybox_open()

Open the cash drawer device. This operation should be used before other operations.

Parameters

Returns

The result code, >= 0, success; <0 error code.

close

 int moneybox_close()

Close the cash drawer device. The open and close apis are pair operations. If you don’t want to use this device, you should call the close api to release this device.

Parameters

Returns

The result code, >= 0, success; <0 error code.

kick_out

 int moneybox_ctrl()

Kick out the cash drawer.

Parameters

Returns

The result code, >= 0, success; <0 error code.

setEnable

 int moneybox_setEnable(unsigned int nEnable)

Enable or disable hardware

Parameters

nEnable unsigned int 1 : enable, 0 : disable.

Returns

The result code, >= 0, success; <0 error code.