![Magtek DYNAMAG Скачать руководство пользователя страница 31](http://html.mh-extra.com/html/magtek/dynamag/dynamag_instruction-manual_694747031.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 31
String getCapMagStripeEncryption();
Return Value:
“1” = Device can encrypt the track
“0” = Device cannot encrypt the track
3.22
getExpDate
This function retrieves the card expiration date after a cardholder swipes a card. This function is
deprecated. Use
String getExpDate();
Return Value: String containing the card expiration date
3.23
getCardExpDate
This function retrieves the card expiration date after a cardholder swipes a card.
String getCardExpDate();
Return Value: String containing the card expiration date.
3.24
getExpDateMonth
This function retrieves the card expiration month after a cardholder swipes a card.
String getExpDateMonth();
Return Value: String containing the card expiration month.
3.25
getExpDateYear
This function retrieves the card expiration year after a cardholder swipes a card.
String getExpDateYear();
Return Value: String containing the card expiration year.
3.26
getCardIIN
This function retrieves card issuer identification number (IIN) after a cardholder swipes a card.
String getCardIIN();
Return Value: String containing the card issuer identification number.
3.27
getCardLast4
This function retrieves the last 4 digits of the card number (PAN) after a cardholder swipes a card.
String getCardLast4();
Return Value: String containing the last 4 digits.