![Magtek ADYNAMO Programmer'S Reference Manual Download Page 11](http://html1.mh-extra.com/html/magtek/adynamo/adynamo_programmers-reference-manual_3704666011.webp)
3 –MTSCRA Class Methods
aDynamo, uDynamo, Dynamag, DynaMAX, eDynamo, BulleT| Secure Card Reader Authenticator | Programmer’s Reference (Android)
Page 11 of 42 (
D99875728-31
)
Parameter
Description
connectionRetry
Connection retry value:
True =
SDK will retry the conection after pairing.
False =
SDK will not retry the connection after pairing.
Return Value: None
3.3
setAddress
This method sets the address of the device.
public void setAddress(string deviceAddress)
Parameters:
Parameter
Description
deviceAddress
String value of the address.
Return Value: None
3.4
setDeviceConfiguration
This method sets the configuration parameters for the device.
public void setDeviceConfiguration(string configuration)
Parameters:
Parameter
Description
configuration
String value of the configuration parameters to be used for the device.
Audio Reader Device Configuration
Parameter
Default Value
Configurable Values
PAN_MOD10_CHECKDIGIT
TRUE
FALSE, TRUE
INPUT_AUDIO_SOURE
VRECOG
MIC, VRECOG
INPUT_SAMPLE_RATE_IN_HZ
44100
32000, 44100, 48000
Return Value: None
3.5
openDevice
This method opens connection to the device.
public void openDevice()
Parameters: None