![Magtek ADYNAMO Programmer'S Reference Manual Download Page 24](http://html1.mh-extra.com/html/magtek/adynamo/adynamo_programmers-reference-manual_3704666024.webp)
3 –MTSCRA Class Methods
aDynamo, uDynamo, Dynamag, DynaMAX, eDynamo, BulleT| Secure Card Reader Authenticator | Programmer’s Reference (Android)
Page 24 of 42 (
D99875728-31
)
3.49
getTagValue
Retrieves the value of the specified tag.
public string getTagValue(string tag, string data)
Parameters:
Parameter
Description
tag
Tag to search for.
data
Data to search from.
Return Value:
String representing tag value.
3.50
getTLVVersion
Retrieves TLV version.
public string getTLVVersion()
Parameters: None
Return Value:
String representing TLV version as a two-byte hex string.
3.51
getTrackDecodeStatus
Retrieves track decode status. This is a one-byte value, which indicates the status of decoding track 1.
Bit position zero indicates if there was an error decoding track 1 if the bit is set to one. If it is zero, then
no error occurred. If a track has data on it that is not noise, and it is not decodable, then a decode error is
indicated. If a decode error is indicated, the corresponding track data length value for the track that has
the error will be set to zero and no valid track data will be supplied.
public string getTrackDecodeStatus()
Parameters: None
Return Value:
Track Decode Status. Consists of three 2-byte hex values representing the decode status for tracks 1, 2,
and 3 (respectively from left to right). Values are:
00 = Track OK
01 = Track read Error
02 = Track is Blank
3.52
getSDKVersion
Retrieves SDK version.
public string getSDKVersion()
Parameters: None