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:


Moves the passport from the "source" position to the "destination" position.


Syntax:


<command name="movepassport" source="[String]" destination="[String]" />


Parameters:

Name

Mandatory

Description

Format

source

Yes

Source of the passport

String

destination

Yes

Destination of the passport

String



Reply:


<command valid="true" />



When the command is executed, the system reply with:



<command name="movepassport" executed="true" >



If the command execution fails, the system reply with:



<command name="movepassport" executed="false" error="[Transport Errors]" >