Class Readers

  • All Implemented Interfaces:
    IReaderStatus

    public class Readers
    extends IReaders
    implements IReaderStatus
    This class contains the management of Readers as bluetooth device. Handles the attach/detach, pair/unpair, paired list and detection of readers
    • Field Detail

      • m_scontext

        protected static Context m_scontext
      • m_senum_transport

        protected static ENUM_TRANSPORT m_senum_transport
      • mScannerStatus

        protected static java.lang.String mScannerStatus
      • mScannerStatusReceived

        protected static boolean mScannerStatusReceived
      • syncObject

        protected static final java.lang.Object syncObject
      • mReaders

        public static Readers mReaders
    • Constructor Detail

      • Readers

        public Readers()
        Readers constructor
      • Readers

        public Readers​(Context context,
                       ENUM_TRANSPORT enum_transport)