Class NfcB


public class NfcB extends TagTechnology
NFC-B (ISO 14443-3B) raw transceive view. Android-only -- iOS Core NFC does not expose Type B except via the IsoDep activation layer.
  • Constructor Details

    • NfcB

      public NfcB()
  • Method Details

    • getApplicationData

      public byte[] getApplicationData()
      Application-Data field from ATQB. Empty when not exposed.
    • getProtocolInfo

      public byte[] getProtocolInfo()
      Protocol-Info field from ATQB. Empty when not exposed.
    • getType

      public final TagType getType()
      Description copied from class: TagTechnology
      The technology variant this view represents.
      Specified by:
      getType in class TagTechnology