Reader.Type

public enum Type

Type of the reader that can be returned.

Enum Constants

BLUETOOTH

public static final Reader.Type BLUETOOTH

The reader is one of the supported bluetooth reader.

NFC

public static final Reader.Type NFC

The reader works through NFC interface.

NONE

public static final Reader.Type NONE

The reader type is undetermined.

USB

public static final Reader.Type USB

The reader is connected through USB (dongle or USB reader).