Flip Card
Command property:
Asynchronous command.
The Transport Status must be Ready to perform this operation.
If the status is different than Ready, the system reply with:
<command valid="false" error="Transport module not ready" />
Command action:
Flip the card front, rear and to magnetic position.
Syntax:
<command name="flipcard" Side="[String]" />
Parameters:
Name |
Mandatory |
Description |
Format |
Side |
Yes |
Side of the card. Can be Front or Rear |
String |
Reply:
<command valid="true" />
When the command is executed, the system reply with:
<command name="FlipCard" executed="true" >
If the command execution fails, the system reply with:
<command name="FlipCard" executed="false" error="[Transport Errors]" >
Command purpose:
This command is used to flip the card front and back or in magnetic position.