Home | History | Annotate | Download | only in tech

Lines Matching refs:Tag

19 import android.nfc.Tag;
26 * Provides access to NFC-B (ISO 14443-3B) properties and I/O operations on a {@link Tag}.
45 * Get an instance of {@link NfcB} for the given tag.
46 * <p>Returns null if {@link NfcB} was not enumerated in {@link Tag#getTechList}.
47 * This indicates the tag does not support NFC-B.
50 * @param tag an NFC-B compatible tag
53 public static NfcB get(Tag tag) {
54 if (!tag.hasTech(TagTechnology.NFC_B)) return null;
56 return new NfcB(tag);
63 public NfcB(Tag tag) throws RemoteException {
64 super(tag, TagTechnology.NFC_B);
65 Bundle extras = tag.getTechExtras(TagTechnology.NFC_B);
71 * Return the Application Data bytes from ATQB/SENSB_RES at tag discovery.
82 * Return the Protocol Info bytes from ATQB/SENSB_RES at tag discovery.
93 * Send raw NFC-B commands to the tag and receive the response.
111 * @throws TagLostException if the tag leaves the field