![Magtek ADYNAMO Programmer'S Reference Manual Download Page 21](http://html1.mh-extra.com/html/magtek/adynamo/adynamo_programmers-reference-manual_3704666021.webp)
3 –MTSCRA Class Methods
aDynamo, uDynamo, Dynamag, DynaMAX, eDynamo, BulleT| Secure Card Reader Authenticator | Programmer’s Reference (Android)
Page 21 of 42 (
D99875728-31
)
3.39
getCardStatus
Retrieves Card Status.
public string getCardStatus()
Parameters: None
Return Value:
String representing card status.
3.40
getEncodeType
This one-byte value indicates the type of encoding that was found on the card. The following table
defines the possible values.
public int getEncodeType()
Parameters: None
Return Value:
Value Encode Type
Description
0
ISO/ABA
ISO/ABA encode format. At least one track in ISO/ABA format, Track 3
not AAMVA format.
1
AAMVA
AAMVA encode Track 3 is AAMVA format, Tracks 1 and 2 are
ISO/ABA if correctly decoded.
2
Reserved
3
Blank
The card is blank. Only occurs if all tracks decode without error and
without data.
4
Other
The card has a non-standard encode format. For example, ISO/ABA track
1 format on track 2.
5
Undetermined
The card encode type could not be determined because no tracks could be
decoded. (Combination of Error tracks and Blank Tracks, at least one Error
track).
6
None
No decode has occurred. This type occurs if no magnetic stripe data has
been acquired since the data has been cleared or since the reader was
powered on. This reader only sends an Input report when a card has been
swiped so this value will never occur.
3.41
getDataFieldCount
Retrieves data field count.
public int getDataFieldCount()
Parameters: None
Return Value:
Data field count