Home | History | Annotate | Download | only in nfc

Lines Matching refs:technology

82  * specific tag technology. 
87 * <h4>3. Tag Technology dispatch</h4>
257 * <p> The size and format of an ID is specific to the RF technology used by the tag.
269 * A technology is an implementation of the {@link TagTechnology} interface,
272 * object can then be used to perform advanced, technology-specific operations on a tag.
291 * tag as NDEF adds the {@link Ndef} technology. The {@link rediscover}
314 throw new IllegalStateException("Close connection to the technology first!");
454 public synchronized void setConnectedTechnology(int technology) {
456 mConnectedTechnology = technology;
458 throw new IllegalStateException("Close other technology first!");