Move Card
Command ID: 103
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:
Perform a card moving.
Syntax:
<command Name="MoveCard" Source="[Source]" Destination="[Destination]" ModuleSource="[Integer]" ModuleDestination="[Integer]" Reply="[Boolean]" />
Parameters:
Name |
Mandatory |
Description |
Format |
Source |
Yes |
Source of the card |
String |
Destination |
Yes |
Destination of the card |
String |
ModuleSource |
Yes |
Module source of the card |
Integer |
ModuleDestination |
Yes |
Module destination of the card |
Integer |
Reply |
No |
If true, send a reply at command execution |
Boolean |
Reply:
<command Name="MoveCard" valid="true" />
When the command is executed, and the "Reply" parameter is true, the system reply with:
<command Name="MoveCard" executed="true" >
If the command execution fails, the system reply with:
<command Name="MoveCard" executed="false" error="[Transport Errors]" >
Command purpose:
This command is used to move a card from a point to another.
Created with the Personal Edition of HelpNDoc: Full-featured EBook editor