Class NfcV


public class NfcV extends TagTechnology
ISO 15693 (vicinity-card) technology view. Android-only.
  • Constructor Details

    • NfcV

      public NfcV()
  • Method Details

    • getDsfid

      public byte getDsfid()
      DSFID (Data Storage Format Identifier). 0 when the platform does not expose it.
    • getResponseFlags

      public byte getResponseFlags()
      Response flags from the inventory phase. 0 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