3 - MagneFlex Powder Resources
SDK - MagneFlex Powder, MIddleware,| PIN PEDs | Programmer’s Manual (MagneFlex API)
Page 15
WaitTime
Time in seconds the device will wait for the action to be completed.
(1 - 255)
DisplayMessage
Message to prompt the user with:
0 = Swipe Card / Idle alternating
1 = Swipe Card
2 = Please Swipe Card
3 = Please Swipe Card Again
4 = Chip Error, Use Mag Stripe
Tones
Tones to use:
0 = No sound
1 = One beep
2 = Two beeps
FieldSeparator
Delimiter to separate the output data.
CloseDevice
Flag which determines whether the connection to the device will be closed
after the request is processed. Default value is “false”.
“false” = Do no close the device.
“true” = Close device.
EndSession
Flag which determines whether an EndSession command is sent to the
device after the request is processed. Default value is “false”. When set to
false, this flag may facilitate the display of a custom message after a
request is processed.
“false” = Do no end the session.
“true” = End the session.
Return Value:
The Card Swipe output.
{“CardSwipeOutput”: {}, “AdditionalOutputData”:{}}
3.3
RequestEMVTags
Triggers the device to prompt for a card swipe.
Using Method POST:
api/mtppscrahost/RequestEMVTags(
string DeviceID,
int WaitTime,
int TransactionType,
int TagType,
int TagOperation,
int DataBase,
string Data,
enum RequestType,
boolean CloseDevice,
boolean EndSession);