com.pax.dal

Interface IIDReader.IDReadListener

    • Method Detail

      • onRead

        void onRead(IDReadResult result)
        读取内容成功时回调
        the underlying called when read successful
        Parameters:
        result - IDReadResult
        Since:
        V2.00.03
      • onComplete

        void onComplete()
        读取结束回调
        the underlying called when finish reading
        Since:
        V2.00.03