Fix some bugs in remote/sync (still not complete)
[jvcard.git] / src / be / nikiroo / jvcard / remote / Command.java
index 3a32f0c49c965388204441704665965dc68251b9..1132bb279f8014925c284e75c286636a9d260f9d 100644 (file)
@@ -15,6 +15,8 @@ public class Command {
                LIST,
                /** HELP about the protocol for interactive access */
                HELP,
+               /** SELECT a resource (a card) to work on */
+               SELECT,
                /** GET a remote card */
                GET_CARD,
                /**