Home | History | Annotate | Download | only in tech

Lines Matching refs:Tag

19 import android.nfc.Tag;
25 * {@link TagTechnology} is an interface to a technology in a {@link Tag}.
49 * Android device will never enumerate that class via {@link Tag#getTechList}.
55 * is capable of formatting. Proprietary knowledge is often required to format a tag
63 * properties of the tag, as determined at discovery time. These methods will never
65 * They also never update, for example if a property is changed by an I/O operation with a tag
66 * then the cached getter will still return the result from tag discovery time.
161 * Get the {@link Tag} object backing this {@link TagTechnology} object.
162 * @return the {@link Tag} backing this {@link TagTechnology} object.
164 public Tag getTag();
167 * Enable I/O operations to the tag from this {@link TagTechnology} object.
171 * <p>Only one {@link TagTechnology} object can be connected to a {@link Tag} at a time.
177 * @throws TagLostException if the tag leaves the field
183 * Re-connect to the {@link Tag} associated with this connection. Reconnecting to a tag can be
184 * used to reset the state of the tag itself.
194 * @throws TagLostException if the tag leaves the field
201 * Disable I/O operations to the tag from this {@link TagTechnology} object, and release resources.
215 * called, and the {@link Tag} is not known to be out of range.