Searched defs:IsoDep (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/nfc/tech/
H A DIsoDep.java30 * <p>Acquire an {@link IsoDep} object using {@link #get}.
33 * <p>Tags that enumerate the {@link IsoDep} technology in {@link Tag#getTechList}
35 * {@link NfcA} or {@link NfcB} (since IsoDep builds on top of either of these).
40 public final class IsoDep extends BasicTagTechnology { class in inherits:BasicTagTechnology
52 * Get an instance of {@link IsoDep} for the given tag.
54 * <p>Returns null if {@link IsoDep} was not enumerated in {@link Tag#getTechList}.
60 public static IsoDep get(Tag tag) {
63 return new IsoDep(tag);
70 public IsoDep(Tag tag) method in class:IsoDep
123 * only on {@link IsoDep} tag
[all...]

Completed in 59 milliseconds