3 - MTSCRA Class Methods
aDynamo, uDynamo, Dynamag, DynaMAX, eDynamo, BulleT, mDynamo| Secure Card Reader Authenticator | .NET/PCL Programmer’s
Reference (Windows/Windows Phone)
Page 26
This is a string value which indicates the type of encoding that was found on the card. The following
table defines the possible values.
Value Encode Type
Description
00
ISO/ABA
ISO/ABA encode format. At least one track in ISO/ABA format, Track 3
not AAMVA format.
01
AAMVA
AAMVA encode Track 3 is AAMVA format, Tracks 1 and 2 are
ISO/ABA if correctly decoded.
02
Reserved
03
Blank
The card is blank. Only occurs if all tracks decode without error and
without data.
04
Other
The card has a non-standard encode format. For example, ISO/ABA
track 1 format on track 2.
05
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).
06
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
3.42
getHashCode
Retrieves SHA-x hash code.
public string getHashCode()
Parameters: None
Return Value:
String representing SHA-x hash code
3.43
getDeviceConfig
Retrieves device configuration.
public string getDeviceConfig(string configType)