5.1 WFS_EXEE_PIN_KEY

Description This event specifies that a key has been pressed at the PIN pad. It is used if the device has no internal display unit and the application has to manage the display of the entered digits.

Event Param LPWFSPINKEY lpKey;

typedef struct _wfs_pin_key
{
WORD wCompletion;
ULONG ulDigit;
} WFSPINKEY, * LPWFSPINKEY;

wCompletion
Specifies the reason for completion of the entry. Possible values are:
(see command WFS_CMD_PIN_GET_PIN)

ulDigit
Specifies the digit entered by the user or the replace character when working in encryption mode (WFS_CMD_PIN_GET_PIN). If no digit but a function key has been depressed, the key code is returned in this parameter.

Comments None.