Isdeviceconnected; Isdeviceemv; Sendcommand; Sendcommandwithlength - Magtek Dynamag Programmer's Reference Manual

Wcf, secure card reader authenticator
Hide thumbs Also See for Dynamag:
Table of Contents

Advertisement

3 - MTSCRA Library Functions
3.5

isDeviceConnected

Checks whether the opened device is connected or not.
bool isDeviceConnected ();
Return Value:
True for connected and opened, false for disconnected or closed.
3.6

isDeviceEMV

Checks whether the opened device support EMV function or not.
bool isDeviceEMV ();
Return Value:
True for device supports EMV. Otherwise device does not support EMV.
3.7

sendCommand

Sends a command to device and returns the raw response from device.
string sendCommand(string Command);
Parameter
Command
Return Value:
Hex string of device raw response for this command.
3.8

sendCommandWithLength

Sends a command to device and returns the raw response from device.
string sendCommandWithLength(string Command);
Parameter
Command
Return Value:
Hex string of device raw response for this command.
3.9

getCardData

Retrieves last swipe card data.
string getCardData();
Return Value:
Dynamag, DynaMAX, and eDynamo| Secure Card Reader Authenticator | Programmer's Reference (WCF)
Page 17
Hex string for command. It does not include the length of command data.
Reference to V5 command for detail.
Hex string for command. It includes the length of command data.
Reference to V5 command for detail.
Description
Description

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Dynamag and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

DynamaxEdynamo

Table of Contents