|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContactlessException | |
---|---|
javax.microedition.contactless | Provides functionality common to all contactless targets. |
javax.microedition.contactless.ndef | Provides functionality to exchange NDEF formatted data with other
contactless targets. |
javax.microedition.contactless.rf | Provides interfaces for physical RF targets. |
javax.microedition.contactless.sc | Provides interfaces for communication with external smart cards. |
javax.microedition.contactless.visual | Provides means to read information stored on visual tags (bar codes)
and to generate visual tag images. |
Uses of ContactlessException in javax.microedition.contactless |
---|
Methods in javax.microedition.contactless that throw ContactlessException | |
---|---|
void |
DiscoveryManager.addNDEFRecordListener(NDEFRecordListener listener,
NDEFRecordType recordType)
Adds NDEFRecordListener for the specified NDEF
record type. |
void |
DiscoveryManager.addTargetListener(TargetListener listener,
TargetType targetType)
Adds TargetListener for specified
TargetType to receive a notification, when the requested
type of target is available in the proximity of the device. |
void |
DiscoveryManager.addTransactionListener(TransactionListener listener)
Adds a TransactionListener
to receive a notification of the possible transactions happening between
the RFID hardware and the secure element on the device. |
Uses of ContactlessException in javax.microedition.contactless.ndef |
---|
Methods in javax.microedition.contactless.ndef that throw ContactlessException | |
---|---|
NDEFMessage |
NDEFTagConnection.readNDEF()
Reads NFC Forum formatted data from the target. |
void |
NDEFTagConnection.writeNDEF(NDEFMessage message)
Writes NFC Forum formatted data in the NDEF message to the target. |
Uses of ContactlessException in javax.microedition.contactless.rf |
---|
Methods in javax.microedition.contactless.rf that throw ContactlessException | |
---|---|
java.util.Vector |
PlainTagConnection.transceive(java.util.Vector input)
This method allows the applications to communicate with the discovered RFID tag. |
Uses of ContactlessException in javax.microedition.contactless.sc |
---|
Methods in javax.microedition.contactless.sc that throw ContactlessException | |
---|---|
byte[] |
ISO14443Connection.exchangeData(byte[] data)
This method allows exchanging APDU commands with an external smart card using ISO14443-4 communication. |
Uses of ContactlessException in javax.microedition.contactless.visual |
---|
Subclasses of ContactlessException in javax.microedition.contactless.visual | |
---|---|
class |
VisualTagCodingException
This exception captures the error situations related to encoding and decoding errors in visual tag reading and image generation. |
Methods in javax.microedition.contactless.visual that throw ContactlessException | |
---|---|
static ImageProperties |
SymbologyManager.getImageProperties(java.lang.String symbologyName)
Returns the default properties of the specified symbology that are needed when generating visual tag image. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |