Pinpad Events via Handler
The table below illustrates the list of events sent to the application to interface with the PinPad. Some events may or may not be returned depending on each PinPad.
Code available in class | Description |
---|---|
EVT_INICIA_ATIVACAO_BT | Event indicating that the cell phone's BT adapter will be connected |
EVT_FIM_ATIVACAO_BT | Event indicating completion of the activation stage of the cell phone's BT adapter |
EVT_INICIA_AGUARDA_CONEXAO_PP | Event indicating that the user must turn on the bluetooth pinpad |
EVT_FIM_AGUARDA_CONEXAO_PP | Indicates connection of a bluetooth device |
EVT_PP_BT_CONFIGURING | Indicates start of configuration with the newly connected device |
EVT_PP_BT_CONFIGURADO | Indicates success in configuring the pinpad |
EVT_PP_BT_DISCONNECTED | Event indicating end of connection with the bluetooth pinpad |
EVT_INICIO_MODO_DISCOVER_BT | Event indicating start of discover bluetooth operation. The PinPad Bluetooth will be able to "see" the cell phone for the first pairing. |
EVT_FIM_MODO_DISCOVER_BT | Event indicating completion of the discover bluetooth operation (timeout). |