Class ShadowBasicTagTechnology

  • Direct Known Subclasses:
    ShadowIsoDep

    @Implements(className="android.nfc.tech.BasicTagTechnology")
    public class ShadowBasicTagTechnology
    extends java.lang.Object
    Extends BasicTagTechnology to allow for testing.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void close()  
      protected void connect()  
      protected boolean isConnected()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShadowBasicTagTechnology

        public ShadowBasicTagTechnology()
    • Method Detail

      • isConnected

        @Implementation
        protected boolean isConnected()
      • connect

        @Implementation
        protected void connect()
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        @Implementation
        protected void close()