Home | History | Annotate | Download | only in tech

Lines Matching refs:NfcBarcode

26  * <p>Acquire an {@link NfcBarcode} object using {@link #get}.
29 public final class NfcBarcode extends BasicTagTechnology {
41 * Get an instance of {@link NfcBarcode} for the given tag.
43 * <p>Returns null if {@link NfcBarcode} was not enumerated in {@link Tag#getTechList}.
47 * @param tag an NfcBarcode compatible tag
48 * @return NfcBarcode object
50 public static NfcBarcode get(Tag tag) {
53 return new NfcBarcode(tag);
63 public NfcBarcode(Tag tag) throws RemoteException {
69 throw new NullPointerException("NfcBarcode tech extras are null.");
87 * Returns the barcode of an NfcBarcode tag.