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