4 - MTSCRAEvent
Dynamag, DynaMAX, eDynamo, mDynamo, tDynamo, DynaWave, and iDynamo 6| Secure Card Reader Authenticators | Programmer’s
Reference (Java and Java Applet)
Page 45
Two byte binary, most significant byte first. This gives the total length of the
ARQC message that follows.
See 4.11Appendix D. It is expected that the host will use this data to process a
request.
Return Value:
None
4.10 onTransactionResult (EMV Only)
This event is called when the device has completed the transaction and sends the transaction result to the
host.
void onTransactionResult(String data);
This notification will send a hex string for result of this transaction.
This field indicates whether a card holder signature is required to complete the
transaction:
0x00 – No signature required
0x01 – Signature required
If a signature is required, it is expected that the host will acquire the signature
from the card holder as part of the transaction data.
Two byte binary, most significant byte first. This gives the total length of the
ARQC message that follows.
See 4.11Appendix F. It is expected that the host will save this data as a record
of the transaction.
Return Value:
None
4.11 OnDeviceExtendedResponse (Emv Only)
This event is called when the device has completed processing the command and sends the command
result to the host.
void onDeviceExtendedResponse(String data)
This notification will send a hex string for result of the extended command.