X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Fjvcard%2Fremote%2FCommand.java;h=1132bb279f8014925c284e75c286636a9d260f9d;hb=4298276a4b717753397508ce5432071827d5b294;hp=3a32f0c49c965388204441704665965dc68251b9;hpb=0b6140e4a200c4952c9dc003d8389f375191564e;p=jvcard.git diff --git a/src/be/nikiroo/jvcard/remote/Command.java b/src/be/nikiroo/jvcard/remote/Command.java index 3a32f0c..1132bb2 100644 --- a/src/be/nikiroo/jvcard/remote/Command.java +++ b/src/be/nikiroo/jvcard/remote/Command.java @@ -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, /**