![Magtek DYNAMAG Скачать руководство пользователя страница 45](http://html.mh-extra.com/html/magtek/dynamag/dynamag_instruction-manual_694747045.webp)
4 - MTSCRAEvent
Dynamag, DynaMAX, eDynamo, mDynamo, tDynamo, DynaWave, and iDynamo 6| Secure Card Reader Authenticators | Programmer’s
Reference (Java and Java Applet)
Page 45
Offset
Field
Name
Value
0
Message
Length
Two byte binary, most significant byte first. This gives the total length of the
ARQC message that follows.
2
ARQC
Message
. 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.
Offset
Field
Name
Value
0
Signature
Required
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.
1
Batch Data
Length
Two byte binary, most significant byte first. This gives the total length of the
ARQC message that follows.
3
Batch Data
. 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.