3 - MTSCRA Class Methods
aDynamo, uDynamo, Dynamag, DynaMAX, eDynamo, BulleT, mDynamo| Secure Card Reader Authenticator | .NET/PCL Programmer’s
Reference (Windows/Windows Phone)
Page 14
3
MTSCRA Class Methods
After creating an instance of the MTSCRA class in your custom software project, use the methods
described in this section to communicate with SCRA device.
3.1
requestDeviceList
This method initiates request to discover devices that are visible to the host using the specified connection
interface. The DeviceListReceived event will provide information regarding the available devices once
the discovery process is completed.
public void requestDeviceList(MTConnectionType connectionType)
Parameters:
Parameter
Description
connectionType
MTConnectionType value:
MTConnectionType.Audio,
MTConnectionType.BLE,
MTConnectionType.BLEEMV,
MTConnectionType.USB
Return Value: None
3.2
setConnectionType
This method sets the connection type of the device..
public void setConnectionType(MTConnectionType connectionType)
Parameters:
Parameter
Description
connectionType
MTConnectionType value:
MTConnectionType.Audio,
MTConnectionType.BLE,
MTConnectionType.BLEEMV,
MTConnectionType.Bluetooth,
MTConnectionType.USB
The following table shows the connection types supported by the various programming interfaces:
Connection Type /
Programming Interface
Audio
BLE
BLEEMV
Bluetooth
USB
.NET Framework
X
X
X
X
Portable Class Library (PCL)
X
X
X
X