![Magtek DYNAMAG Скачать руководство пользователя страница 30](http://html.mh-extra.com/html/magtek/dynamag/dynamag_instruction-manual_694747030.webp)
3 - MTSCRA Functions
Dynamag, DynaMAX, eDynamo, mDynamo, tDynamo, DynaWave, and iDynamo 6| Secure Card Reader Authenticators | Programmer’s
Reference (Java and Java Applet)
Page 30
Return Value:
0 = Other
1 = Financial
2 = AAMVA
3 = Manual
4 = Unknown
5 = ICC
6 = Contactless ICC
3.16
getPAN
This function retrieves the card PAN value after a cardholder has swiped a card.
String getPAN();
Return Value: PAN
3.17
getPANLength
This function retrieves the length of the card PAN value after a cardholder has swiped a card.
long getPANLength();
Return Value: long containing the PAN length after a cardholder has swiped a card.
3.18
getProductID
This function returns the device’s product identifier after a cardholder has swiped a card.
String getProductID();
Return Value:
Returns a null terminated string. For example - “2”
3.19
getDeviceName
This function retrieves the device name after a cardholder has swiped a card.
String getDeviceName();
Return Value: String containing the device name.
3.20
getCapMagneSafe20Encryption.
This function retrieves MagneSafe 2.0 encryption information after a cardholder has swiped a card.
String getCapMagneSafe20Encryption();
Return Values:
“1” = Device uses MagneSafe 2.0 Encryption
“0” = Device does not use MagneSafe 2.0 Encryption
3.21
getCapMagStripeEncryption
This function retrieves device capability of track encryption after a cardholder has swiped a card.