Status

public enum Status

Status of the reader that can be returned.

Enum Constants

EXCLUSIVE

public static final Status EXCLUSIVE

The reader is being used in exclusive mode by another process, the connection is impossible yet.

MUTE

public static final Status MUTE

The inserted card is mute (no answer on reset), the connection is therefore impossible.

OK

public static final Status OK

The reader is in a normal state (whether a card is inserted or not).

UNAVAILABLE

public static final Status UNAVAILABLE

Indicates the reader has been removed (unplugged from the device).