Description This command is used for initializing the tallies assigned to a teller. All values are absolute. For each currency a different set of tallies is used.
Input Param LPWFSCDMTELLERTOTALS lpTellerTotals;
For a description of the struct WFSCDMTELLERTOTALS see the definition of the WFS_INF_CDM_TELLER_INFO command.
Output Param None.
Error Codes The following additional error codes can be generated by this command:
Value Meaning
WFS_ERR_CDM_EXCHANGEACTIVE The CDM service is in an exchange state (see WFS_CMD_CDM_START_EXCHANGE).
WFS_ERR_CDM_INVALIDCURRENCY Specified currency not currently available
WFS_ERR_CDM_INVALIDTELLERID Teller ID not present in service provider’s teller ID list
Events The following additional events can be generated by this command:
Value Meaning
WFS_SRVE_CDM_TELLERINFOCHANGED Teller information has been changed.
Comments None.