Description This execute event specifies that in a denominate or dispense command a cash unit was addressed which caused a problem.
Event Param LPWFSCDMCUERROR lpCashUnitError;
typedef struct _wfs_cdm_cu_error
{
WORD wFailure;
LPWFSCDMCASHUNIT lpCashUnit;
} WFSCDMCUERROR, * LPWFSCDMCUERROR;
wFailure
Specifies the kind of failure that occurred in the cash unit. Values are:
Value Meaning
WFS_CDM_CASHUNITEMPTY Specified cash unit is empty.
WFS_CDM_CASHUNITERROR Specified cash unit has malfunctioned.
WFS_CDM_CASHUNITFULL Specified cash unit is full.
WFS_CDM_CASHUNITLOCKED Specified cash unit is locked.
WFS_CDM_CASHUNITNOTCONF Specified cash unit is not configured.
WFS_CDM_CASHUNITINVALID Specified cash unit ID is invalid.
lpCashUnit
Pointer to the cash unit structure that caused the problem. For a description of the WFSCDMCASHUNIT structure see the definition of the WFS_INF_CDM_CASH_UNIT_INFO command.
Comments None.