3.5 WFS_INF_CDM_TELLER_POSITIONS

Description This command is used to get the output position assigned to each teller.

Input Param None.

Output Param LPWFSCDMTELLERPOS * lppTellerPos;
Pointer to a null-terminated array of pointers to teller position structures:

typedef struct _wfs_cdm_teller_pos
{
USHORT usTellerID;
USHORT usPosition;
} WFSCDMTELLERPOS, *LPWFSCDMTELLERPOS;

usTellerID
Identification of teller.

usPosition
Output position where cash is presented to the teller. Possible values are:

Value Meaning

WFS_CDM_POSNULL No position assigned to teller.

WFS_CDM_POSLEFT Left position assigned to teller.

WFS_CDM_POSRIGHT Right position assigned to teller.

WFS_CDM_POSCENTER Center position assigned to teller.

Error Codes There are no additional error codes generated by this command.

Comments None.