File
Doc
Category
Size
Date
Package
INfcTag.java
API Doc
Android 5.1 API
19348
Sat Mar 14 05:48:04 GMT 2015
android.nfc
INfcTag
public interface INfcTag implements android.os.IInterface
hide
Fields Summary
Constructors Summary
Methods Summary
public
boolean
canMakeReadOnly
(
int
ndefType)
public
int
close
(
int
nativeHandle)
public
int
connect
(
int
nativeHandle,
int
technology)
public
int
formatNdef
(
int
nativeHandle,
byte[]
key)
public
boolean
getExtendedLengthApdusSupported
()
public
int
getMaxTransceiveLength
(
int
technology)
public
int
[]
getTechList
(
int
nativeHandle)
public
int
getTimeout
(
int
technology)
public
boolean
isNdef
(
int
nativeHandle)
public
boolean
isPresent
(
int
nativeHandle)
public
boolean
ndefIsWritable
(
int
nativeHandle)
public
int
ndefMakeReadOnly
(
int
nativeHandle)
public
android.nfc.NdefMessage
ndefRead
(
int
nativeHandle)
public
int
ndefWrite
(
int
nativeHandle,
android.nfc.NdefMessage
msg)
public
int
reconnect
(
int
nativeHandle)
public
android.nfc.Tag
rediscover
(
int
nativehandle)
public void
resetTimeouts
()
public
int
setTimeout
(
int
technology,
int
timeout)
public
android.nfc.TransceiveResult
transceive
(
int
nativeHandle,
byte[]
data,
boolean
raw)
Java Code Source