Appendix A - Code Examples
aDynamo, uDynamo, Dynamag, DynaMAX, eDynamo, BulleT| Secure Card Reader Authenticator | Programmer’s Reference (Android)
Page 38 of 42 (
D99875728-31
)
// Display last 4 digits of the card
CardLast4.Text = m_SCRA.getCardLast4();
}
A.5
Send Command To Device
if (mSCRA.isDeviceConnected())
{
// Send discovery command
m_SCRA.sendCommandToDevice(“C10206C20503840900”, 0);
}