Class NfcV

java.lang.Object
com.codename1.nfc.TagTechnology
com.codename1.nfc.NfcV

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    byte
    DSFID (Data Storage Format Identifier).
    byte
    Response flags from the inventory phase.
    final TagType
    The technology variant this view represents.

    Methods inherited from class TagTechnology

    transceive

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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