Header | Length | Data |
---|
0x00 | 0x02 | 1 Byte: The current status |
1 Byte: Transaction running flag. 0x01 = true. |
Terminal Status List
Reason | Hex Value |
---|
OFFLINE | 0x01 |
ONLINE | 0x02 |
DISABLED | 0x04 |
ENABLED | 0x08 |
WAIT_CARD | 0x10 |
WAIT_AUTH | 0x20 |
Transaction Running Flag
The transaction running flag indicates if a transaction is currently active on the terminal. In general this flag will only be true when in the WAIT_CARD
state however for EV Charge mode it is possible to start a card read only transaction while in the WAIT_AUTH
state. This makes it possible to detect the return of a specific card holder. This flag can be used to check if the transaction is running.