A C D E F G I M N O P R S T U V W

A

ACTION_BIT_CHECK_WRITE - Static variable in interface org.opennfc.nfctag.NfcTagManager
To request check the contents of the tag after writing.
ACTION_BIT_ERASE - Static variable in interface org.opennfc.nfctag.NfcTagManager
To request erase the tag content prior writing the message.
ACTION_BIT_FORMAT_ALL - Static variable in interface org.opennfc.nfctag.NfcTagManager
To force the NDEF formatting of the tag even if it is already formatted.
ACTION_BIT_FORMAT_BLANK_TAG - Static variable in interface org.opennfc.nfctag.NfcTagManager
To request the NDEF formatting of the tag only if the tag is blank, i.e.
ACTION_BIT_FORMAT_NON_NDEF_TAG - Static variable in interface org.opennfc.nfctag.NfcTagManager
To request the NDEF formatting of the tag only if it is not already formatted.
ACTION_BIT_LOCK - Static variable in interface org.opennfc.nfctag.NfcTagManager
To request lock of the tag after message has been written.
ACTION_LOCK_AFI - Static variable in interface org.opennfc.cardlistener.Iso15693Part3Connection
Action flag: Lock the AFI byte
ACTION_LOCK_DSFID - Static variable in interface org.opennfc.cardlistener.Iso15693Part3Connection
Action flag: Lock the DSFID byte
ACTION_LOCK_TAG - Static variable in interface org.opennfc.cardlistener.Iso15693Part3Connection
Action flag: Set the global lock of the tag
ACTION_SET_AFI - Static variable in interface org.opennfc.cardlistener.Iso15693Part3Connection
Action flag: Set the AFI byte
ACTION_SET_DSFID - Static variable in interface org.opennfc.cardlistener.Iso15693Part3Connection
Action flag: Set the DSFID byte
AR_READ_AUTHENTICATED - Static variable in interface org.opennfc.cardlistener.MifareULConnection
Indicates authenticated-only read access (only for Mifare UL-C)
AR_READ_OK - Static variable in interface org.opennfc.cardlistener.MifareULConnection
Indicates unconditionnal read access
AR_WRITE_AUTHENTICATED - Static variable in interface org.opennfc.cardlistener.MifareULConnection
Indicates authenticated-only write access (only for Mifare UL-C)
AR_WRITE_LOCKED - Static variable in interface org.opennfc.cardlistener.MifareULConnection
Indicates no write access at all is granted, due to lock bits
AR_WRITE_OK - Static variable in interface org.opennfc.cardlistener.MifareULConnection
Indicates unconditionnal write access
authenticate(byte[]) - Method in interface org.opennfc.cardlistener.MifareULConnection
Performs authentication with a Mifare UL-C.
authenticate(int) - Method in interface org.opennfc.cardlistener.MydConnection
Performs authentication with a My-D

C

cancel() - Method in interface org.opennfc.p2p.P2PConnection
Cancels every pending operation.
cancel() - Method in interface org.opennfc.p2p.P2PConnectionLess
Cancels every pending operation.
cancelLink() - Method in interface org.opennfc.p2p.P2PManager
Cancels the pending establishment link procedure.
cancelWriteMessageOnAnyTag(WriteCompletionCallback) - Method in interface org.opennfc.nfctag.NfcTagManager
Cancels a pending write operation initiated with writeMessageOnAnyTag().
CardDetectionEventHandler - Interface in org.opennfc.cardlistener
Interface definition for a callback to be invoked each time a card of the specified type is detected.
CardEmulation - Interface in org.opennfc.cardemulation
The Card emulation is a feature of the NFC Controller used to emulate a card with the NFC Device.
CardEmulationEventHandler - Interface in org.opennfc.cardemulation
Interface definition used for receiving notifications from the CardEmulation.
CardEmulationRegistry - Interface in org.opennfc.cardemulation
The card emulation registry is used to register a card emulation.
CardListenerRegistry - Interface in org.opennfc.cardlistener
Interface to listen to the card detection events.
Channel - Interface in org.simalliance.openmobileapi
Instances of this class represent an ISO7816-4 channel opened to a secure element.
checkAidAccess(byte[], byte[]) - Method in interface org.opennfc.se.SeSlot
Checks the access to an AID.
checkConnectionProperty(ConnectionProperty) - Method in interface org.opennfc.cardemulation.CardEmulationRegistry
Checks if the NFC Controller supports a connection property for the card emulation function.
checkConnectionProperty(ConnectionProperty) - Method in interface org.opennfc.cardlistener.CardListenerRegistry
Checks if the NFC Controller supports a connection property for the card listener function.
checkIdentifier(String) - Method in class org.opennfc.nfctag.NdefRecord
Checks the Record Identifier.
checkLanguage(String) - Method in class org.opennfc.nfctag.TextRecord
Checks if a text record matches a language.
checkLanguage(String, String) - Method in class org.opennfc.nfctag.TextRecord
Checks if a text record matches a language.
checkProperty(ConnectionProperty) - Method in interface org.opennfc.cardlistener.Connection
Checks if a property is present in the connection.
checkType(NdefTypeNameFormat, String) - Method in class org.opennfc.nfctag.NdefRecord
Checks the type of a record.
checkTypeConsistency(NdefTypeNameFormat, String) - Static method in class org.opennfc.nfctag.NdefRecord
Checks the consistency of a NDEF record type as defined in Type Name Format.
close(boolean, boolean) - Method in interface org.opennfc.cardlistener.Connection
Informs the framework that the work performed on a connection is terminated.
close() - Method in interface org.opennfc.cardlistener.Connection
Informs the framework that the work performed on a connection is terminated.
close() - Method in interface org.opennfc.p2p.P2PConnection
Closes a pending connection.
close() - Method in interface org.opennfc.p2p.P2PConnectionLess
Closes a pending connectionLess.
close() - Method in interface org.opennfc.p2p.P2PLink
Closes a pending link.
close() - Method in interface org.simalliance.openmobileapi.Channel
Closes this channel to the secure element.
close() - Method in interface org.simalliance.openmobileapi.Session
Close the connection with the secure element.
closeChannels() - Method in interface org.simalliance.openmobileapi.Session
Close any channel opened on this session
closeSessions() - Method in interface org.simalliance.openmobileapi.Reader
Close all the sessions opened on this reader.
CollisionEventHandler - Interface in org.opennfc.hardware
Interface definition for the event handler receiving the card collision events.
connect(P2PLink) - Method in interface org.opennfc.p2p.P2PConnection
Requests a connection establishment.
Connection - Interface in org.opennfc.cardlistener
The connection qualify a given connection with a card.
ConnectionEventHandler - Interface in org.opennfc.cardlistener
Interface definition for a callback to be invoked when a card is removed.
ConnectionProperty - Enum in org.opennfc
The connection properties are constant values describing the features of a connection.
createCardEmulation(ConnectionProperty, byte[]) - Method in interface org.opennfc.cardemulation.CardEmulationRegistry
Creates a new instance of a card emulation.
createCardEmulation(ConnectionProperty, int) - Method in interface org.opennfc.cardemulation.CardEmulationRegistry
Creates a new instance of a card emulation.
createP2PConnection(P2PManager.Mode, String, byte) - Method in interface org.opennfc.p2p.P2PManager
Creates a new P2P connection-oriented object.
createP2PConnectionLess(String, byte) - Method in interface org.opennfc.p2p.P2PManager
Creates a new P2P connectionless object.
createVirtualTag(ConnectionProperty, byte[], int) - Method in interface org.opennfc.nfctag.NfcTagManager
Creates a new virtual tag.

D

DEACTIVATE - Static variable in interface org.opennfc.cardemulation.CardEmulationEventHandler
The card emulation is de-selected by a remote reader or the field is cut off.

E

equals(Object) - Method in class org.opennfc.nfctag.NdefMessage
Compares a message with another object.
equals(Object) - Method in class org.opennfc.nfctag.NdefRecord
Compares a record with another object.
establishLink(P2PLinkEventHandler) - Method in interface org.opennfc.p2p.P2PManager
Requests establishment of the P2P RF link.
EVENT_READER_LEFT - Static variable in interface org.opennfc.nfctag.VirtualTagEventHandler
The remote reader deactivated the tag without reading or writing the message.
EVENT_READER_READ_ONLY - Static variable in interface org.opennfc.nfctag.VirtualTagEventHandler
The remote reader deactivated the tag after reading the message.
EVENT_READER_WRITE - Static variable in interface org.opennfc.nfctag.VirtualTagEventHandler
The remote reader deactivated the tag after writing a new the message.
EVENT_SELECTION - Static variable in interface org.opennfc.nfctag.VirtualTagEventHandler
The tag is selected by a remote reader.
exchangeApdu(byte[]) - Method in interface org.opennfc.cardlistener.Iso7816Part4Connection
Performs an APDU exchange between the card listener and the card.
exchangeData(byte[]) - Method in interface org.opennfc.cardlistener.Connection
Performs an exchange of data between the local device and the card.
EXCLUSIVE - Static variable in class org.opennfc.NfcPriority
Exclusive access.

F

FeliCaConnection - Interface in org.opennfc.cardlistener
The FeliCa API provides access to the tags compliant with the FeliCa Specification.
firmwareUpdate(byte[], NfcController.Mode) - Method in interface org.opennfc.hardware.NfcController
Updates the firmware and/or the configuration of the NFC controller.
forceULC() - Method in interface org.opennfc.cardlistener.MifareULConnection
Forces Open NFC to consider a Mifare UL card as a Mifare UL-C card.
freezeDataLockConfiguration() - Method in interface org.opennfc.cardlistener.MifareULConnection
Freezes the current lock bit configuration of a Mifare UL, Mifare UL-C card.
freezeDataLockConfiguration() - Method in interface org.opennfc.cardlistener.MydConnection
Freezes the current lock bit configuration of a My-D card.

G

getAccessRights(int, int) - Method in interface org.opennfc.cardlistener.MifareULConnection
Gets the access rights of an area of a Mifare UL / Mifare UL-C.
getAfi() - Method in interface org.opennfc.cardlistener.Iso14443Part3BConnection
Returns the AFI value.
getAfi() - Method in interface org.opennfc.cardlistener.Iso15693Part3Connection
Returns the AFI value.
getAgreeLlcpVersion() - Method in interface org.opennfc.p2p.P2PLink
Retrieves the version of the LLC Protocol agreed between both devices.
getApplicationData() - Method in interface org.opennfc.cardlistener.Iso14443Part4AConnection
Returns the application data array contains the historical bytes.
getAsciiType() - Method in class org.opennfc.nfctag.NdefRecord
Returns the type string of a record encoded in ASCII.
getAtqa() - Method in interface org.opennfc.cardlistener.Iso14443Part3AConnection
Returns the ATQA value.
getAtqb() - Method in interface org.opennfc.cardlistener.Iso14443Part3BConnection
Returns the 12 bytes of the ATQB frame returned by the card.
getAtr() - Method in interface org.opennfc.cardlistener.Iso7816Part4Connection
Returns the ATR of the card.
getATR() - Method in interface org.simalliance.openmobileapi.Session
Get the Answer to Reset of this Secure Element.
getBaudeRate() - Method in interface org.opennfc.p2p.P2PLink
Retrieves the link speed, in bits per seconds.
getBaudRate() - Method in interface org.opennfc.cardlistener.Iso14443Part3BConnection
Returns the baud rate in kbits/s of the connection between the PICC and PCD in both direction.
getBaudRate() - Method in interface org.opennfc.cardlistener.Iso14443Part4AConnection
Returns the baud rate in kbits/s of the connection between the PICC and PCD in both direction.
getBinaryIdentifier() - Method in class org.opennfc.nfctag.NdefRecord
Returns the Record Identifier encoded in Utf8.
getBlockNumber() - Method in interface org.opennfc.cardlistener.TopazConnection
Returns the sector number.
getBlockSize() - Method in interface org.opennfc.cardlistener.TopazConnection
Returns the block size in bytes.
getBooleanProperty(String) - Method in class org.opennfc.NfcManager
Returns the value of a boolean property.
getCardEmulationRegistry() - Method in class org.opennfc.NfcManager
Returns the single instance of the card emulation registry.
getCardInputBufferSize() - Method in interface org.opennfc.cardlistener.Iso14443Part3BConnection
Returns the size in bytes of the card input buffer.
getCardInputBufferSize() - Method in interface org.opennfc.cardlistener.Iso14443Part4AConnection
Returns the size in bytes of the card input buffer This value is returned by the card in the ATS frame.
getCardListenerRegistry() - Method in class org.opennfc.NfcManager
Returns the single instance of the card listener registry.
getCid() - Method in interface org.opennfc.cardlistener.Iso14443Part4AConnection
Returns the value of the card identifier (CID).
getCode(int) - Static method in enum org.opennfc.NfcErrorCode
Returns the error code corresponding to a value.
getCode() - Method in exception org.opennfc.NfcException
Returns the code of the error causing the exception.
getConfigurationByte() - Method in interface org.opennfc.cardlistener.MydConnection
Returns the configuration of the card.
This is a bitwise of the MydConnection.MY_D_MOVE_CONFIG_LOCKED, MydConnection.MY_D_MOVE_WRITE_PASSWORD_ENABLED, MydConnection.MY_D_MOVE_READ_WRITE_PASSWORD_ENABLED and MydConnection.MY_D_MOVE_16BITS_COUNTER_ENABLED bits.
getConnectionProperty(int) - Static method in enum org.opennfc.ConnectionProperty
Returns the connection property corresponding to an identifier.
getContent() - Method in class org.opennfc.nfctag.NdefMessage
Returns the binary representation of the message.
getContent() - Method in class org.opennfc.nfctag.NdefRecord
Returns the binary representation of a record.
getDataRateMaxDiv() - Method in interface org.opennfc.cardlistener.Iso14443Part4AConnection
Returns the Data Rate Max value.
getDsfid() - Method in interface org.opennfc.cardlistener.Iso15693Part3Connection
Returns the DSFID value.
getEnclosedMessage() - Method in class org.opennfc.nfctag.NdefRecord
Extracts a NDEF message enclosed in the payload of a record.
getFirmwareInfo(byte[]) - Method in interface org.opennfc.hardware.NfcController
Returns the name and the versio of a Firmware.
getFirmwareUpdateState() - Method in interface org.opennfc.hardware.NfcController
Returns the current progress status of a firmware update operation.
getFreeSpaceSize() - Method in interface org.opennfc.nfctag.NfcTagConnection
Returns the free size available in the tag.
getFwiSfgi() - Method in interface org.opennfc.cardlistener.Iso14443Part4AConnection
Returns the FWI and SFGI value.
getHeaderRom() - Method in interface org.opennfc.cardlistener.TopazConnection
Returns the header ROM HRO, HR1.
getHigherLayerData() - Method in interface org.opennfc.cardlistener.Iso14443Part3BConnection
Returns the Higher Layer data sent to the card in the ATTRIB frame.
getHigherLayerResponse() - Method in interface org.opennfc.cardlistener.Iso14443Part3BConnection
Returns the Higher Layer Response data is included in the ATTRIB response frame returned by the card.
getIdentifier() - Method in interface org.opennfc.cardlistener.Connection
Returns the identifier of the connection.
getIdentifier() - Method in class org.opennfc.nfctag.NdefRecord
Returns the Record Identifier.
getInstance(Object) - Static method in class org.opennfc.NfcManager
Returns the single instance of the NFC manager.
getIntegerProperty(String) - Method in class org.opennfc.NfcManager
Returns the value of an integer property.
getLanguage() - Method in class org.opennfc.nfctag.TextRecord
Returns the language of a Text record.
getLastFciData() - Method in interface org.opennfc.cardlistener.Iso7816Part4Connection
Returns the FCI data returned by the selected application.
getLocalSap() - Method in interface org.opennfc.p2p.P2PConnectionLess
Retrieves the local Service Access Point value.
getManufacturerParameter() - Method in interface org.opennfc.cardlistener.FeliCaConnection
Returns the manufacturer Parameter (PMm).
getMbliCid() - Method in interface org.opennfc.cardlistener.Iso14443Part3BConnection
Returns the MBLI-CID byte included in the ATTRIB response frame returned by the card.
getMessage() - Method in exception org.opennfc.NfcException
Returns the message of the exception.
getMode() - Method in interface org.opennfc.hardware.NfcController
Returns the current mode of the NFC controller.
getNad() - Method in interface org.opennfc.cardlistener.Iso14443Part4AConnection
Returns the current value of the node identifier (NAD).
getNad() - Method in interface org.opennfc.cardlistener.Iso14443Part4BConnection
The current value of the node identifier (NAD).
getName() - Method in interface org.opennfc.se.SeSlot
Returns the name of the Secure Element.
getName() - Method in interface org.simalliance.openmobileapi.Reader
Return the user-friendly name of this reader.
getNextMessage() - Method in class org.opennfc.nfctag.NdefMessage
Gets the next message if any.
getNfcController() - Method in class org.opennfc.NfcManager
Returns the single instance of NFC Controller.
getNfcTagManager() - Method in class org.opennfc.NfcManager
Returns the single instance of NFC Tag Manager.
getP2PManager() - Method in class org.opennfc.NfcManager
Returns the single instance of P2P Manager.
getParameter(P2PConnection.P2PConnectionParameter) - Method in interface org.opennfc.p2p.P2PConnection
Retrieves the value of a connection parameter.
getPasswordRetryCounter() - Method in interface org.opennfc.cardlistener.MydConnection
The number of password authentication attempts prior the card deselects (0-7).
getPayload() - Method in class org.opennfc.nfctag.NdefRecord
Returns the payload of a record.
getPolicy(int, boolean, ConnectionProperty) - Method in interface org.opennfc.se.SeSlot
Gets the policy of the Secure Element.
getProperties() - Method in interface org.opennfc.cardlistener.Connection
Retrieves the different properties associated to the connection.
getProperty(String) - Method in class org.opennfc.NfcManager
Returns the string value of a property.
getReader() - Method in interface org.simalliance.openmobileapi.Session
Get the reader that provides this session
getReaderInputBufferSize() - Method in interface org.opennfc.cardlistener.Iso14443Part3BConnection
Returns the size in bytes of the Reader input buffer.
getReaderInputBufferSize() - Method in interface org.opennfc.cardlistener.Iso14443Part4AConnection
Returns the size in bytes of the Reader input buffer.
getReaders() - Method in class org.simalliance.openmobileapi.SEService
Returns the list of available secure element readers.
getRecords() - Method in class org.opennfc.nfctag.NdefMessage
Returns the list of the this.mRecordList included in this message.
getRemoteLlcpVersion() - Method in interface org.opennfc.p2p.P2PLink
Retrieves the remote LLC Protocol version.
getRemoteLto() - Method in interface org.opennfc.p2p.P2PLink
Retrieves the remote link timeout, expressed in ms.
getRemoteMiu() - Method in interface org.opennfc.p2p.P2PLink
Retrieves the remote Maximum Information Unit : maximum information field size that the peer is able to receive.
getRemoteWks() - Method in interface org.opennfc.p2p.P2PLink
Retrieves the remote Well-Known service list.
getRepgen() - Method in interface org.opennfc.cardlistener.Iso14443Part2BPrimeConnection
Returns the REPGEN sent by the card during the card detection.
getSak() - Method in interface org.opennfc.cardlistener.Iso14443Part3AConnection
Return the SAK value.
getSectorNumber() - Method in interface org.opennfc.cardlistener.Iso15693Part3Connection
Returns the sector number.
getSectorNumber() - Method in interface org.opennfc.cardlistener.MifareULConnection
Retunrs the number of sector in the tag.
getSectorNumber() - Method in interface org.opennfc.cardlistener.MydConnection
Returns the number of sector in the tag.
getSectorNumber() - Method in interface org.opennfc.cardlistener.PicopassConnection
Returns the sector number.
getSectorSize() - Method in interface org.opennfc.cardlistener.Iso15693Part3Connection
Returns the sector size in bytes.
getSectorSize() - Method in interface org.opennfc.cardlistener.MifareULConnection
Returns the size of the tag sectors.
getSectorSize() - Method in interface org.opennfc.cardlistener.MydConnection
Returns the size of the tag sectors.
getSectorSize() - Method in interface org.opennfc.cardlistener.PicopassConnection
Returns the sector size in bytes.
getSEService() - Method in interface org.simalliance.openmobileapi.Reader
Return the Secure Element service this reader is bound to.
getSeSlots() - Method in class org.opennfc.NfcManager
Returns the list of Secure Element Slots (including UICC).
getSession() - Method in interface org.simalliance.openmobileapi.Channel
Get the session that has opened this channel.
getSwpStatus() - Method in interface org.opennfc.se.SeSlot
Returns the current SWP Status.
getSystemCode() - Method in interface org.opennfc.cardlistener.FeliCaConnection
Returns the system code of the target.
getText() - Method in class org.opennfc.nfctag.TextRecord
Returns the value of the text.
getTimeout() - Method in interface org.opennfc.cardlistener.Iso14443Part3BConnection
Returns the current timeout value used for the connection.
getTimeout() - Method in interface org.opennfc.cardlistener.Iso14443Part4AConnection
Returns the current timeout value used for the connection.
getTNF() - Method in class org.opennfc.nfctag.NdefRecord
Returns the Type Name Format.
getType() - Method in class org.opennfc.nfctag.NdefRecord
Returns the type string of a record.
getUri() - Method in class org.opennfc.nfctag.UriRecord
Gets the value of the URI in a URI record.
getValue() - Method in enum org.opennfc.ConnectionProperty
Returns the property value.
getValue() - Method in enum org.opennfc.hardware.NfcController.Mode
Returns the mode value.
getValue() - Method in enum org.opennfc.nfctag.NdefTypeNameFormat
Returns the type value defined in the NDEF specification.
getValue() - Method in enum org.opennfc.p2p.P2PConnection.P2PConnectionParameter
Returns the property value.
getValue() - Method in enum org.opennfc.p2p.P2PManager.Mode
Returns the type value.
getValue() - Method in enum org.opennfc.se.SeSlot.SwpStatus
Returns the status value.

I

isAfiLocked() - Method in interface org.opennfc.cardlistener.Iso15693Part3Connection
Returns the flag indicating if the AFI is locked.
isAfiSupported() - Method in interface org.opennfc.cardlistener.Iso15693Part3Connection
Returns the flag indicating if the AFI is supported.
isBasicChannel() - Method in interface org.simalliance.openmobileapi.Channel
Returns a boolean telling if this channel is the basic channel.
isCardWritable() - Method in interface org.opennfc.cardlistener.PicopassConnection
Checks if a card is writable
isChipWritable() - Method in interface org.opennfc.cardlistener.TopazConnection
Checks if the tag is writable
isCidSupported() - Method in interface org.opennfc.cardlistener.Iso14443Part3BConnection
Returns the flag indicating if the CID is supported.
isCidSupported() - Method in interface org.opennfc.cardlistener.Iso14443Part4AConnection
Returns the flag indicating if the CID is supported.
isClosed() - Method in interface org.simalliance.openmobileapi.Channel
Tells if this channel is closed.
isClosed() - Method in interface org.simalliance.openmobileapi.Session
Tells if this session is closed
isConnected() - Method in class org.simalliance.openmobileapi.SEService
Tells whether or not the service is connected
isDsfidLocked() - Method in interface org.opennfc.cardlistener.Iso15693Part3Connection
Returns the flag indicating if the DSFID is locked.
isDsfidSupported() - Method in interface org.opennfc.cardlistener.Iso15693Part3Connection
Returns the flag indicating if the DSFID is supported.
isInitiator() - Method in interface org.opennfc.p2p.P2PLink
Informs if the device is P2P initiator.
isLockable() - Method in interface org.opennfc.nfctag.NfcTagConnection
Returns the capability of the tag to be set in read-only mode.
isLogicalChannel() - Method in interface org.opennfc.cardlistener.Iso7816Part4Connection
Checks if the current instance is open on a logical channel.
isNadSupported() - Method in interface org.opennfc.cardlistener.Iso14443Part3BConnection
Returns the flag indicating if the NAD is supported.
isNadSupported() - Method in interface org.opennfc.cardlistener.Iso14443Part4AConnection
Returns the flag indicating if the NAD is supported.
Iso14443Part2BPrimeConnection - Interface in org.opennfc.cardlistener
Connection with B-Prime card
Iso14443Part3AConnection - Interface in org.opennfc.cardlistener
This class gives an access to the ISO 14443 protocol part 3 type A.
Iso14443Part3BConnection - Interface in org.opennfc.cardlistener
This class gives an access to the ISO 14443 protocol part 4 type B.
Iso14443Part4AConnection - Interface in org.opennfc.cardlistener
This class gives an access to the ISO 14443 protocol part 4 type A.
Iso14443Part4BConnection - Interface in org.opennfc.cardlistener
This class gives an access to the ISO 14443 protocol part 4 type B.
Iso15693Part3Connection - Interface in org.opennfc.cardlistener
The ISO 15693 API provides an access to the ISO 15693 reader methods defined in the specification ISO 15693 part 3 "Anti-collision and transmission protocol".
Iso7816Part4Connection - Interface in org.opennfc.cardlistener
The specification ISO 7816-4 defines a protocol to communicate with a smart card.
isPresent() - Method in interface org.opennfc.se.SeSlot
Returns true if a Secure Element is present in the slot.
isProtocolSupported(boolean, ConnectionProperty) - Method in interface org.opennfc.se.SeSlot
Checks if a protocol is supported by the Secure Element for the RF interface.
isReadOnly() - Method in interface org.opennfc.nfctag.NfcTagConnection
Returns the read-only status of the tag.
isRemovable() - Method in interface org.opennfc.se.SeSlot
Returns true if a Secure Element is removable.
isSectorWritable(byte) - Method in interface org.opennfc.cardlistener.Iso15693Part3Connection
Checks if a sector is writable.
isSecureElementPresent() - Method in interface org.simalliance.openmobileapi.Reader
Check if a Secure Element is present in this reader.
isTextRecord(NdefRecord) - Static method in class org.opennfc.nfctag.TextRecord
Checks if a record is a Text record.
isUicc() - Method in interface org.opennfc.se.SeSlot
Returns true if this Secure Element is a UICC.
isUriRecord(NdefRecord) - Static method in class org.opennfc.nfctag.UriRecord
Checks if a record is a URI record.

M

MAXIMUM - Static variable in class org.opennfc.NfcPriority
The maximum priority level for a shared access.
MifareULConnection - Interface in org.opennfc.cardlistener
The MifareULConnection gives an access to the: Mifare UL Mifare UL C
MINIMUM - Static variable in class org.opennfc.NfcPriority
The minimum priority level for a shared access.
MY_D_MOVE_16BITS_COUNTER_ENABLED - Static variable in interface org.opennfc.cardlistener.MydConnection
If set, indicates blocks 0x22 and 0x23 are configured as a 16 bits counter
MY_D_MOVE_CONFIG_LOCKED - Static variable in interface org.opennfc.cardlistener.MydConnection
If set, indicates the my-d move card configuration is locked and can not been changed
MY_D_MOVE_READ_WRITE_PASSWORD_ENABLED - Static variable in interface org.opennfc.cardlistener.MydConnection
If set, indicates the read and write password is active for read, write and decrement commands for all blocks above address 0x0F
MY_D_MOVE_WRITE_PASSWORD_ENABLED - Static variable in interface org.opennfc.cardlistener.MydConnection
If set, indicates the write password is active for write commands for all blocks starting from address 0x10
MydConnection - Interface in org.opennfc.cardlistener
Connection with My-D card

N

NdefMessage - Class in org.opennfc.nfctag
NDEF message user must instantiate a new instance of this class to creates a new NDEF message
NdefMessage() - Constructor for class org.opennfc.nfctag.NdefMessage
Creates an empty NDEF message.
NdefMessage(byte[]) - Constructor for class org.opennfc.nfctag.NdefMessage
Builds a NDEF message from the content of a buffer
NdefMessage(byte[], int, int) - Constructor for class org.opennfc.nfctag.NdefMessage
Builds a NDEF message from the content of a buffer
NdefRecord - Class in org.opennfc.nfctag
The NdefRecord class represents a NDEF Record.
NdefRecord(NdefTypeNameFormat, String, byte[]) - Constructor for class org.opennfc.nfctag.NdefRecord
Creates a new record.
NdefRecord(NdefTypeNameFormat, String, byte[], int, int) - Constructor for class org.opennfc.nfctag.NdefRecord
Creates a new record.
NdefRecord(NdefTypeNameFormat, String, NdefMessage) - Constructor for class org.opennfc.nfctag.NdefRecord
Creates a new record with a nested message.
NdefRecord(byte[]) - Constructor for class org.opennfc.nfctag.NdefRecord
Creates a new record from a buffer.
NdefRecord(byte[], int, int) - Constructor for class org.opennfc.nfctag.NdefRecord
Creates a new record from a buffer.
NdefTypeNameFormat - Enum in org.opennfc.nfctag
The different NDEF record types as defined in Type Name Format.
NfcController - Interface in org.opennfc.hardware
This class controls the hardware features of the NFC Controller.
NfcController.Mode - Enum in org.opennfc.hardware
 
NfcControllerExceptionEventHandler - Interface in org.opennfc.hardware
Interface to be implemented by a handler of NFC Controller exception.
NfcErrorCode - Enum in org.opennfc
The specific constants of the error code values used with the NFC methods.
NfcException - Exception in org.opennfc
This NfcException is thrown when an error is detected in the NFC API.
NfcException(String, NfcErrorCode) - Constructor for exception org.opennfc.NfcException
Creates a new NFC exception.
NfcException(NfcErrorCode) - Constructor for exception org.opennfc.NfcException
Creates a new NFC exception.
NfcManager - Class in org.opennfc
The NFC Manager class is the single-instance class used to access the Open NFC library.
NfcPriority - Class in org.opennfc
The specific constants of the priority values used with the NFC methods.
NfcTagConnection - Interface in org.opennfc.nfctag
This interface defines the basic functionality for exchanging NFC Forum formatted data with NFC tags.
NfcTagDetectionEventHandler - Interface in org.opennfc.nfctag
Interface definition for a callback to be invoked each time a NFC tag is detected.
NfcTagManager - Interface in org.opennfc.nfctag
The NFC Tag Manager implements the methods to handle the NFC Tags.
NO_ACCESS - Static variable in class org.opennfc.NfcPriority
This value is used to restrict the access of the UICC to a protocol.

O

onCardDetected(Connection) - Method in interface org.opennfc.cardlistener.CardDetectionEventHandler
Method called when a new card is detected.
onCardDetectedError(NfcErrorCode) - Method in interface org.opennfc.cardlistener.CardDetectionEventHandler
Method called when an error occurs during a detection.
onCardRemoved() - Method in interface org.opennfc.cardlistener.ConnectionEventHandler
Method called when a card is removed.
onCollisionDetected() - Method in interface org.opennfc.hardware.CollisionEventHandler
Method called when a new card collision is detected.
onCommandReceived(byte[]) - Method in interface org.opennfc.cardemulation.CardEmulationEventHandler
Method called when a command is received from a reader.
onConnectivity(int, byte[]) - Method in interface org.opennfc.se.SeSlotEventHandler
Called when a connectivity event is detected.
onEventReceived(int) - Method in interface org.opennfc.cardemulation.CardEmulationEventHandler
Method called when an event is received from a reader.
onExceptionOccured() - Method in interface org.opennfc.hardware.NfcControllerExceptionEventHandler
Method called when a NFC Controller exception is detected.
onHotPlugEvent(boolean) - Method in interface org.opennfc.se.SeSlotEventHandler
Called when a hot-plug event occures.
onLinkDetected(P2PLink) - Method in interface org.opennfc.p2p.P2PLinkEventHandler
Method called when a new P2P link is established.
onLinkError() - Method in interface org.opennfc.p2p.P2PLinkEventHandler
Method called when an error or a call to cancelLink() function occurs during a P2P establishment procedure.
onLinkReleased() - Method in interface org.opennfc.p2p.P2PLinkEventHandler
Method called when the link is broken.
onReadError(NfcErrorCode) - Method in interface org.opennfc.nfctag.ReadCompletionEventHandler
Called when an error occurs while reading.
onTagDetected(NfcTagConnection) - Method in interface org.opennfc.nfctag.NfcTagDetectionEventHandler
Method called when a new tag is detected.
onTagDetectedError(NfcErrorCode) - Method in interface org.opennfc.nfctag.NfcTagDetectionEventHandler
Method called when an error occurs during a detection.
onTagEventDetected(int) - Method in interface org.opennfc.nfctag.VirtualTagEventHandler
Event handler method receiving the Virtual Tag events.
onTagRead(NdefMessage) - Method in interface org.opennfc.nfctag.ReadCompletionEventHandler
Completion method called when the read operation has been completed successfully.
onTagWritten() - Method in interface org.opennfc.nfctag.WriteCompletionCallback
Completion method called when the read operation has been completed successfully.
onTransaction(ConnectionProperty, byte[][], byte[]) - Method in interface org.opennfc.se.SeSlotEventHandler
Called when a transaction event is detected.
onUnknownCardDetected() - Method in interface org.opennfc.hardware.UnknownCardEventHandler
Method called when an unknown card is detected.
onWriteError(NfcErrorCode) - Method in interface org.opennfc.nfctag.WriteCompletionCallback
Called when an error occurs during the write operation.
openBasicChannel(byte[]) - Method in interface org.simalliance.openmobileapi.Session
Get an access to the basic channel, as defined in the ISO7816-4 specification (the one that has number 0).
openConnection(boolean) - Method in interface org.opennfc.se.SeSlot
Opens a connection with the Secure Element.
openLogicalChannel(byte[]) - Method in interface org.opennfc.cardlistener.Iso7816Part4Connection
Opens a logical channel to communicate with an application.
openLogicalChannel(byte[]) - Method in interface org.simalliance.openmobileapi.Session
Open a logical channel with the secure element, selecting the application represented by the given AID.
openSession() - Method in interface org.simalliance.openmobileapi.Reader
Connects to a secure element in this reader.
org.opennfc - package org.opennfc
 
org.opennfc.cardemulation - package org.opennfc.cardemulation
 
org.opennfc.cardlistener - package org.opennfc.cardlistener
 
org.opennfc.hardware - package org.opennfc.hardware
 
org.opennfc.nfctag - package org.opennfc.nfctag
 
org.opennfc.p2p - package org.opennfc.p2p
 
org.opennfc.se - package org.opennfc.se
 
org.simalliance.openmobileapi - package org.simalliance.openmobileapi
 

P

P2PConnection - Interface in org.opennfc.p2p
This interface exposes the methods for the Peer to Peer communication (P2P).
P2PConnection.P2PConnectionParameter - Enum in org.opennfc.p2p
This class collects the P2P connection parameters.
P2PConnectionLess - Interface in org.opennfc.p2p
This interface exposes the methods for the P2P connectionless.
P2PLink - Interface in org.opennfc.p2p
This interface exposes the methods to retrieves the parameters values of the P2P protocol negotiated during the link establishment.
P2PLinkEventHandler - Interface in org.opennfc.p2p
Interface definition for a callback to be invoked each time a P2P Link is established or an error occurred or when the connection is broken.
P2PManager - Interface in org.opennfc.p2p
This interface exposes the methods for the Peer to Peer communication (P2P).
P2PManager.Mode - Enum in org.opennfc.p2p
This class provides the Peer to Peer modes.
PicopassConnection - Interface in org.opennfc.cardlistener
The Picopass API provides an access to tags compliant with the Picopass specification.
previousApplicationMatch() - Method in interface org.opennfc.cardlistener.Connection
Checks if this connection was previously used by another listener and closed with the cardApplicationMatch flag set to true.
productionTest(byte[]) - Method in interface org.opennfc.hardware.NfcController
Performs a NFC controller production test.

R

read(int, int[], byte[]) - Method in interface org.opennfc.cardlistener.FeliCaConnection
Reads a specified area of the card.
read(int, int) - Method in interface org.opennfc.cardlistener.Iso15693Part3Connection
Reads a contiguous area of the tag
read(int, int) - Method in interface org.opennfc.cardlistener.MifareULConnection
Reads a specified area of Mifare tag.
read(int, int) - Method in interface org.opennfc.cardlistener.MydConnection
Reads a specified area of My-D tag.
read(int, int) - Method in interface org.opennfc.cardlistener.PicopassConnection
Reads a specified area of Picopass tag.
read(int, int) - Method in interface org.opennfc.cardlistener.TopazConnection
Reads a specified area of tag.
read(byte[]) - Method in interface org.opennfc.p2p.P2PConnection
Reads some number of bytes from the P2P connection and stores them into the buffer array data.
read(byte[], int, int) - Method in interface org.opennfc.p2p.P2PConnection
Reads up to len bytes of data from the P2P connection into an array of bytes.
ReadCompletionEventHandler - Interface in org.opennfc.nfctag
Interface definition used for receiving notifications from the NfcTagManager when the operation has been completed.
Reader - Interface in org.simalliance.openmobileapi
Instances of this class represent Secure Element Readers connected to this device.
readMessage() - Method in interface org.opennfc.nfctag.NfcTagConnection
Reads a NDEF message from the tag.
ready() - Method in interface org.opennfc.p2p.P2PConnectionLess
Determines if there is a data that can be receive via a call to recvFrom().
recvFrom(byte[]) - Method in interface org.opennfc.p2p.P2PConnectionLess
Reads some number of bytes from the P2P connectionless and stores them into the buffer array data.
recvFrom(byte[], int, int) - Method in interface org.opennfc.p2p.P2PConnectionLess
Reads up to len bytes of data from the P2P connection into an array of bytes.
registerCardBPrimeListener(byte[], CardDetectionEventHandler) - Method in interface org.opennfc.cardlistener.CardListenerRegistry
Registers a new card listener for B Prime cards.
registerCardCollisionHandler(CollisionEventHandler) - Method in interface org.opennfc.hardware.NfcController
Registers a new card collision handler.
registerCardListener(int, CardDetectionEventHandler) - Method in interface org.opennfc.cardlistener.CardListenerRegistry
Registers a new card listener for every type of card.
registerCardListener(int, ConnectionProperty[], CardDetectionEventHandler) - Method in interface org.opennfc.cardlistener.CardListenerRegistry
Registers a new card listener for specific cards.
registerEventHandler(ConnectionEventHandler) - Method in interface org.opennfc.cardlistener.Connection
Registers an event handler for this connection.
registerEventHandler(SeSlotEventHandler) - Method in interface org.opennfc.se.SeSlot
Registers an event handler for the slot.
registerExceptionEventHandler(NfcControllerExceptionEventHandler) - Method in interface org.opennfc.hardware.NfcController
Starts monitoring the NFC controller exceptions.
registerMessageReader(NdefTypeNameFormat, String, int, ReadCompletionEventHandler) - Method in interface org.opennfc.nfctag.NfcTagManager
Registers a read event handler to detect a message on every tag detected.
registerTagListener(int, NfcTagDetectionEventHandler) - Method in interface org.opennfc.nfctag.NfcTagManager
Registers a new tag listener.
registerUnknownCardHandler(boolean, UnknownCardEventHandler) - Method in interface org.opennfc.hardware.NfcController
Registers a new unknown card handler.
reset(NfcController.Mode) - Method in interface org.opennfc.hardware.NfcController
Resets the NFC controller.

S

SCOPE_BAT_OFF - Static variable in interface org.opennfc.se.SeSlot
Scope of the policy: Policy applied in battery off or in battery low (persistent value)
SCOPE_BOOT - Static variable in interface org.opennfc.se.SeSlot
Scope of the policy: Policy applied when the device boots (persistent value)
SCOPE_CURRENT - Static variable in interface org.opennfc.se.SeSlot
Scope of the policy: Current value, applied immediately (non-persistent value)
SELECTION - Static variable in interface org.opennfc.cardemulation.CardEmulationEventHandler
The card emulation is selected by a remote reader.
selfTest() - Method in interface org.opennfc.hardware.NfcController
Performs self-test of the NFC controller.
sendResponse(byte[]) - Method in interface org.opennfc.cardemulation.CardEmulation
Sends the response of the emulated card to the reader.
sendTo(byte, byte[]) - Method in interface org.opennfc.p2p.P2PConnectionLess
Sends data.length bytes from the specified byte array through a connectionless transport.
sendTo(byte, byte[], int, int) - Method in interface org.opennfc.p2p.P2PConnectionLess
Sends len bytes from the specified byte array starting at offset off through a connectionless transport.
serviceConnected(SEService) - Method in interface org.simalliance.openmobileapi.SEService.Callback
Called by the framework when the service is connected
SEService - Class in org.simalliance.openmobileapi
The SEService realizes the communication to available Secure Elements on the device.
SEService(Object, SEService.Callback) - Constructor for class org.simalliance.openmobileapi.SEService
Establishes a new connection that can be used to connect to all the Secure Elements available in the system.
SEService.Callback - Interface in org.simalliance.openmobileapi
Interface to receive call-backs when the service is connected.
SeSlot - Interface in org.opennfc.se
The Secure Element Slot represent an instance of Secure Element.
SeSlot.SwpStatus - Enum in org.opennfc.se
The SwpStatus enumeration
SeSlotEventHandler - Interface in org.opennfc.se
The interface to implement to monitor the events of the Secure Element slots.
Session - Interface in org.simalliance.openmobileapi
Instances of this class represent a connection session to one of the secure elements available on the device.
setAccessRights(byte[], int, int, boolean) - Method in interface org.opennfc.cardlistener.MifareULConnection
Sets the access rights of a Mifare UL-C.
setAccessRights(int, int, int, boolean) - Method in interface org.opennfc.cardlistener.MydConnection
Sets the access rights of a My-D
setAttribute(int, byte, byte) - Method in interface org.opennfc.cardlistener.Iso15693Part3Connection
Sets the attributes of the tag
setBinaryIdentifier(byte[]) - Method in class org.opennfc.nfctag.NdefRecord
Sets the identifier of a record encoded in Utf8.
setIdentifier(String) - Method in class org.opennfc.nfctag.NdefRecord
Sets the Record Identifier.
setNad(byte) - Method in interface org.opennfc.cardlistener.Iso14443Part4AConnection
Sets the value of the Node Identifier (NAD) for the connection.
setNad(byte) - Method in interface org.opennfc.cardlistener.Iso14443Part4BConnection
Sets the value of the Node Identifier (NAD) for the connection.
setNextMessage(NdefMessage) - Method in class org.opennfc.nfctag.NdefMessage
Sets the next message.
setParameter(P2PConnection.P2PConnectionParameter, int) - Method in interface org.opennfc.p2p.P2PConnection
Sets the value of a connection parameter.
setPolicy(int, boolean, ConnectionProperty, boolean) - Method in interface org.opennfc.se.SeSlot
Sets the policy of the Secure Element.
setProperty(String, boolean) - Method in class org.opennfc.NfcManager
Sets the value of a boolean property.
setProperty(String, int) - Method in class org.opennfc.NfcManager
Sets the value of an integer property.
setTagSize(int, int) - Method in interface org.opennfc.cardlistener.Iso15693Part3Connection
Forces the sector number and the sector size for the connection.
setTimeout(int) - Method in interface org.opennfc.cardlistener.Iso14443Part3BConnection
Sets the 14443-3B RF timeout.
shutdown() - Method in interface org.opennfc.p2p.P2PConnection
Shutdowns the connection.
shutdown() - Method in class org.simalliance.openmobileapi.SEService
Releases all Secure Elements resources allocated by this SEService.
start(CardEmulationEventHandler) - Method in interface org.opennfc.cardemulation.CardEmulation
Starts the emulation of the card.
start() - Method in class org.opennfc.NfcManager
Starts the NFC Manager.
start(VirtualTagEventHandler, boolean) - Method in interface org.opennfc.nfctag.VirtualTag
Starts the simulation of the virtual tag.
stop() - Method in interface org.opennfc.cardemulation.CardEmulation
Stop the emulation of the card.
stop() - Method in class org.opennfc.NfcManager
Stops the NFC Manager.
stop() - Method in interface org.opennfc.nfctag.VirtualTag
Stops the simulation of the virtual tag.
supportCommunication() - Method in interface org.opennfc.se.SeSlot
Returns true if the Secure Element support the communication using openConnection().
supportConnectivityEvent() - Method in interface org.opennfc.se.SeSlot
Returns true if the Secure Element may send connectivity events.
supportHotPlugEvent() - Method in interface org.opennfc.se.SeSlot
Returns true if the slot may send hot-plug events.
supportTransactionEvent() - Method in interface org.opennfc.se.SeSlot
Returns true if the Secure Element may send transaction events.
switchStandbyMode(boolean) - Method in interface org.opennfc.hardware.NfcController
Switches the forced standby mode on or off.

T

TEXT_MATCH_1 - Static variable in class org.opennfc.nfctag.TextRecord
Comparison result: The primary language matches exactly the language of the record.
TEXT_MATCH_2 - Static variable in class org.opennfc.nfctag.TextRecord
Comparison result: The secondary language matches exactly the language of the record.
TEXT_NO_MATCH_FOUND - Static variable in class org.opennfc.nfctag.TextRecord
Comparison result: The languages do not match the language of the record.
TEXT_PARTIAL_MATCH_1 - Static variable in class org.opennfc.nfctag.TextRecord
Comparison result: The primary language matches partially the language of the record.
TEXT_PARTIAL_MATCH_2 - Static variable in class org.opennfc.nfctag.TextRecord
Comparison result: The secondary language matches partially the language of the record.
TextRecord - Class in org.opennfc.nfctag
The TextRecord class represents a record of type Text.
TextRecord(String, boolean, String) - Constructor for class org.opennfc.nfctag.TextRecord
Creates a new Text record.
TextRecord(NdefRecord) - Constructor for class org.opennfc.nfctag.TextRecord
Creates a new Text record from another record.
TopazConnection - Interface in org.opennfc.cardlistener
The Topaz API provides an access to the tags compliant with the Topaz 96/512 tags and the Jewel tags.
toString() - Method in exception org.opennfc.NfcException
Returns the string value of the exception.
transmit(byte[]) - Method in interface org.simalliance.openmobileapi.Channel
Transmit an APDU command (as per ISO7816-4) to the secure element.

U

UnknownCardEventHandler - Interface in org.opennfc.hardware
Interface definition for the unknown card handler.
unregisterCardCollisionHandler(CollisionEventHandler) - Method in interface org.opennfc.hardware.NfcController
Unregisters a card collision handler registered with NfcController.registerCardCollisionHandler(org.opennfc.hardware.CollisionEventHandler).
unregisterCardListener(CardDetectionEventHandler) - Method in interface org.opennfc.cardlistener.CardListenerRegistry
Unregisters a card listener registered with registerCardListener().
unregisterEventHandler(ConnectionEventHandler) - Method in interface org.opennfc.cardlistener.Connection
Unregisters an event handler for this connection.
unregisterEventHandler(SeSlotEventHandler) - Method in interface org.opennfc.se.SeSlot
Unregisters an event handler for the slot.
unregisterExceptionEventHandler(NfcControllerExceptionEventHandler) - Method in interface org.opennfc.hardware.NfcController
Stops monitoring NFC controller exceptions registered with NfcController.registerExceptionEventHandler(org.opennfc.hardware.NfcControllerExceptionEventHandler).
unregisterMessageReader(ReadCompletionEventHandler) - Method in interface org.opennfc.nfctag.NfcTagManager
Removes a tag reader registered with registerMessageReader().
unregisterTagListener(NfcTagDetectionEventHandler) - Method in interface org.opennfc.nfctag.NfcTagManager
Unregisters a card listener registered with NfcTagManager.registerTagListener(int, org.opennfc.nfctag.NfcTagDetectionEventHandler).
unregisterUnknownCardHandler(UnknownCardEventHandler) - Method in interface org.opennfc.hardware.NfcController
Unregisters a unknown card handler registered with NfcController.registerUnknownCardHandler(boolean, org.opennfc.hardware.UnknownCardEventHandler).
UriLookup(String) - Method in interface org.opennfc.p2p.P2PLink
Retrieves on which SAP the specified serviceUri is running on the peer device.
UriRecord - Class in org.opennfc.nfctag
The UriRecord represent a NDEF Record of type URI.
UriRecord(URI) - Constructor for class org.opennfc.nfctag.UriRecord
Creates a new URI record.
UriRecord(NdefRecord) - Constructor for class org.opennfc.nfctag.UriRecord
Creates a new URI record from another record.

V

valueOf(String) - Static method in enum org.opennfc.ConnectionProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opennfc.hardware.NfcController.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opennfc.NfcErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opennfc.nfctag.NdefTypeNameFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opennfc.p2p.P2PConnection.P2PConnectionParameter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opennfc.p2p.P2PManager.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opennfc.se.SeSlot.SwpStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.opennfc.ConnectionProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opennfc.hardware.NfcController.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opennfc.NfcErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opennfc.nfctag.NdefTypeNameFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opennfc.p2p.P2PConnection.P2PConnectionParameter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opennfc.p2p.P2PManager.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opennfc.se.SeSlot.SwpStatus
Returns an array containing the constants of this enum type, in the order they are declared.
VirtualTag - Interface in org.opennfc.nfctag
The Virtual Tag is a feature used to simulate a NFC tag with the local device.
VirtualTagEventHandler - Interface in org.opennfc.nfctag
An application implements this interface to receive notifications from a VirtualTag.

W

write(byte[], int[], byte[]) - Method in interface org.opennfc.cardlistener.FeliCaConnection
Writes data into a specified area of the card.
write(byte[], int, boolean) - Method in interface org.opennfc.cardlistener.Iso15693Part3Connection
Writes data into a contiguous area of the tag
write(byte[], int, boolean) - Method in interface org.opennfc.cardlistener.MifareULConnection
Writes data into a specified area of a Mifare tag.
write(byte[], int, boolean) - Method in interface org.opennfc.cardlistener.MydConnection
Writes data into a specified area of a My-D tag.
write(byte[], int, boolean) - Method in interface org.opennfc.cardlistener.PicopassConnection
Writes data into a specified area of a Picopass tag.
write(byte[], int, boolean) - Method in interface org.opennfc.cardlistener.TopazConnection
Writes data into a specified area of a tag.
write(byte[]) - Method in interface org.opennfc.p2p.P2PConnection
Sends data to the peer device.
write(byte[], int, int) - Method in interface org.opennfc.p2p.P2PConnection
Sends data to the peer device.
WriteCompletionCallback - Interface in org.opennfc.nfctag
Interface definition used for receiving notifications from the NfcTagManager when the operation has been completed.
writeMessage(NdefMessage, int) - Method in interface org.opennfc.nfctag.NfcTagConnection
Writes a NDEF message into the tag.
writeMessageOnAnyTag(NdefMessage, int, WriteCompletionCallback, int) - Method in interface org.opennfc.nfctag.NfcTagManager
Writes a message on the first tag present in the field, including prior formatting if requested.

A C D E F G I M N O P R S T U V W

Copyright © 2010-2011 Inside Secure
Except as noted, this content is licensed under Apache 2.0 License.