4 - MTSCRAEvent
Dynamag, DynaMAX, eDynamo, mDynamo, tDynamo, DynaWave, and iDynamo 6| Secure Card Reader Authenticators | Programmer’s
Reference (Java and Java Applet)
Page 42
public void onDeviceResponse(String data);
Parameter
Description
lpData
A response string for sendData function
4.6
onTransactionStatus (EMV Only)
This event is called when the device has transaction status update to send to the host.
void onTransactionStatus(String data);
This notification will send hex string to represent transaction status.
Offset
Field
Name
Value
0
Event
Indicates the event that provoked this notification
0x00 – No events since start of transaction
0x01 – Card inserted (Contact only)
0x02 – Card error
0x03 – Transaction Progress Change
0x04 – Notification that device is waiting for user selection
0x05 – Timeout on user selection
0x06 – Transaction Terminated
0x07 – Host Cancelled Transaction
0x08 – Card Removed (Contact only)
1
Current
Transaction
Time
remaining
Indicates the remaining time available, in seconds, for the transaction to
complete. If the transaction does not complete within this time it will be
aborted.