Status ====== .. java:package:: com.idopte.scmapi :noindex: .. java:type:: public enum Status Status of the reader that can be returned. Enum Constants -------------- EXCLUSIVE ^^^^^^^^^ .. java:field:: public static final Status EXCLUSIVE :outertype: Status The reader is being used in exclusive mode by another process, the connection is impossible yet. MUTE ^^^^ .. java:field:: public static final Status MUTE :outertype: Status The inserted card is mute (no answer on reset), the connection is therefore impossible. OK ^^ .. java:field:: public static final Status OK :outertype: Status The reader is in a normal state (whether a card is inserted or not). UNAVAILABLE ^^^^^^^^^^^ .. java:field:: public static final Status UNAVAILABLE :outertype: Status Indicates the reader has been removed (unplugged from the device).