
4 - MTSCRA Events
aDynamo, uDynamo, Dynamag, DynaMAX, eDynamo, BulleT, mDynamo| Secure Card Reader Authenticator | .NET/PCL Programmer’s
Reference (Windows/Windows Phone)
Page 34
Parameter
Description
sender
Object representing the publisher of the event
state
MTCardDataState value indicating the state of the card data:
DataNotReady
DataReady
DataError
4.4
OnDataReceived
This event occurs when card information is received from the device.
public event DataReceivedHandler OnDataReceived
public delegate void DataReceivedHandler(object sender, IMTCardData
cardData)
Parameter
Description
sender
Object representing the publisher of the event
cardData
IMTCardData object containing the card information received
4.5
OnDeviceResponse
This event occurs when a response is received from the device.
public event DeviceResponseHandler OnDeviceResponse
public delegate void DeviceResponseHandler(object sender, string data)
Parameter
Description
sender
Object representing the publisher of the event
data
String representing data received
4.6
OnTransactionStatus (EMV Device Only)
This message occurs when transaction status update is received from the EMV device.
Parameter
Description
sender
Object representing the publisher of the event
data
Byte array containing the data received from the device. See table below for
descriptions of the data.