Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X
T
TAGDECODE_COLLISION
- Static variable in class com.alien.enterpriseRFID.reader.
AlienDLEObject
TAGDECODE_CRC_ERROR
- Static variable in class com.alien.enterpriseRFID.reader.
AlienDLEObject
TAGDECODE_GOOD_ID
- Static variable in class com.alien.enterpriseRFID.reader.
AlienDLEObject
TAGDECODE_NO_TAG
- Static variable in class com.alien.enterpriseRFID.reader.
AlienDLEObject
TERSE_FORMAT
- Static variable in class com.alien.enterpriseRFID.reader.
AlienClass1Reader
Specifies a format of "Terse".
TEXT_FORMAT
- Static variable in class com.alien.enterpriseRFID.reader.
AlienClass1Reader
Specifies a format of "TEXT".
TIMEOUTMODE_CHARACTER
- Static variable in class com.alien.enterpriseRFID.reader.
AbstractReader
Specifies the receive timeout is for each character of data read.
TIMEOUTMODE_COMMAND
- Static variable in class com.alien.enterpriseRFID.reader.
AbstractReader
Specifies the receive timeout is for the entire command response.
Tag
- class com.alien.enterpriseRFID.tags.
Tag
.
Tag object represents information about a single Tag.
Tag(String)
- Constructor for class com.alien.enterpriseRFID.tags.
Tag
Constructs a Tag with the supplied TagID.
TagMemory
- class com.alien.enterpriseRFID.reader.
TagMemory
.
TagMemory(int, int, int, String)
- Constructor for class com.alien.enterpriseRFID.reader.
TagMemory
TagMemory(int, int, int)
- Constructor for class com.alien.enterpriseRFID.reader.
TagMemory
TagMemory(String)
- Constructor for class com.alien.enterpriseRFID.reader.
TagMemory
TagMemory()
- Constructor for class com.alien.enterpriseRFID.reader.
TagMemory
TagTable
- class com.alien.enterpriseRFID.tags.
TagTable
.
TagTable stores tags as they appear and removes out of date tags.
TagTable(boolean)
- Constructor for class com.alien.enterpriseRFID.tags.
TagTable
Constructs an empty TagTable.
TagTable()
- Constructor for class com.alien.enterpriseRFID.tags.
TagTable
Constructs an empty TagTable, combining tag/antenna data.
TagTableListener
- interface com.alien.enterpriseRFID.tags.
TagTableListener
.
TagTableListener is an interface to be implemented by all objects that want to receive notifications from from a TagTable when its underlying tag list changes.
TagUtil
- class com.alien.enterpriseRFID.tags.
TagUtil
.
TagUtils provides utility methods for parsing XML- and text-based taglists from the reader into Tags and arrays of Tags.
TagUtil()
- Constructor for class com.alien.enterpriseRFID.tags.
TagUtil
Constructor is not required, since all fields and methods are declared static.
TimedSocket
- class com.alien.enterpriseRFID.reader.
TimedSocket
.
This class offers a timeout feature on socket connections.
TimedSocket()
- Constructor for class com.alien.enterpriseRFID.reader.
TimedSocket
tagAdded(Tag)
- Method in interface com.alien.enterpriseRFID.tags.
TagTableListener
Called by a TagTable when a new tag has been added to its tag list.
tagRemoved(Tag)
- Method in interface com.alien.enterpriseRFID.tags.
TagTableListener
Called by a TagTable when a tag has expired from its tag list, due to inactivity.
tagRenewed(Tag)
- Method in interface com.alien.enterpriseRFID.tags.
TagTableListener
Called by a TagTable when a tag has been added to its tag list, and a similar tag already existed.
tagTable
- Variable in class com.alien.enterpriseRFID.reader.
AlienClass01Reader
tagTable
- Variable in class com.alien.enterpriseRFID.reader.
AlienDLEObject
taglistAsString(Tag[])
- Static method in class com.alien.enterpriseRFID.tags.
TagUtil
Returns a string representation of an entire taglist, Tag[].
test()
- Method in class com.alien.enterpriseRFID.reader.
AbstractReader
Test opens up a connection to the reader and try to communicate with it.
toAsciiString(byte[], int, int)
- Static method in class com.alien.enterpriseRFID.util.
Converters
Converts a byte array to a string of ASCII characters, substituting [0xHH] for byte values less than 26, and [cr], [lf], [null] as appropriate.
toAsciiString(byte[])
- Static method in class com.alien.enterpriseRFID.util.
Converters
Converts a byte array to a string of ASCII characters, substituting [0xHH] for byte values less than 26, and [cr], [lf], [null] as appropriate.
toAsciiString(String)
- Static method in class com.alien.enterpriseRFID.util.
Converters
toAsciiString(byte)
- Static method in class com.alien.enterpriseRFID.util.
Converters
Converts a single byte to an ASCII character, substituting [0xHH] for byte values less than 26, and [cr], [lf], [null] as appropriate.
toBinaryString(byte[], int)
- Static method in class com.alien.enterpriseRFID.util.
Converters
Converts a byte array to a string of binary characters.
toBinaryString(long, int)
- Static method in class com.alien.enterpriseRFID.util.
Converters
Convert a long integer to a string of binary characters.
toHexString(byte[], String)
- Static method in class com.alien.enterpriseRFID.util.
Converters
Converts a byte array to a string of hex characters, with a given String separating each byte.
toHexString(byte[], String, boolean)
- Static method in class com.alien.enterpriseRFID.util.
Converters
Converts a byte array to a string of hex characters, with a given String separating each byte.
toHexString(byte[], int, int, String)
- Static method in class com.alien.enterpriseRFID.util.
Converters
Converts a byte array to a string of hex characters, with a given String separating each byte.
toHexString(byte[], int, int, String, boolean)
- Static method in class com.alien.enterpriseRFID.util.
Converters
Converts a byte array to a string of hex characters, with a given String separating each byte.
toHexString(long, int)
- Static method in class com.alien.enterpriseRFID.util.
Converters
Converts a long integer to a string of hex characters.
toHexString(int)
- Static method in class com.alien.enterpriseRFID.util.
Converters
Converts an int into a string of hex characters.
toHexString(byte)
- Static method in class com.alien.enterpriseRFID.util.
Converters
Converts a byte into a string of hex characters.
toKey()
- Method in class com.alien.enterpriseRFID.discovery.
DiscoveryItem
Generates a String that uniquely identifies this DiscoveryItem.
toLongString()
- Method in class com.alien.enterpriseRFID.externalio.
ExternalIO
Returns a longer string representation of this ExternalIO, including type, value, eventTime, and eventTimeHost.
toLongString()
- Method in class com.alien.enterpriseRFID.tags.
Tag
Returns a longer string representation of this Tag, including TagID, DiscoveryTime, RenewalTime, Antenna, and Count.
toString()
- Method in class com.alien.enterpriseRFID.discovery.
DiscoveryItem
Generates a String that displays all of the attributes of this DiscoveryItem.
toString()
- Method in class com.alien.enterpriseRFID.externalio.
ExternalIO
Returns a string representation of this ExternalIO.
toString()
- Method in class com.alien.enterpriseRFID.notify.
Message
Returns a string representation of this
Message
object.
toString()
- Method in class com.alien.enterpriseRFID.reader.
AlienClass01Reader
Returns a String representation of this reader object (it's ReaderType).
toString()
- Method in class com.alien.enterpriseRFID.reader.
AlienClass1Reader
Returns a String representation of this reader object (it's ReaderType).
toString()
- Method in class com.alien.enterpriseRFID.reader.
AlienClassBPTReader
Returns a String representation of this reader object (it's ReaderType).
toString()
- Method in class com.alien.enterpriseRFID.reader.
AlienClassOEMReader
Returns a String representation of this reader object (it's ReaderType).
toString()
- Method in class com.alien.enterpriseRFID.reader.
TagMemory
toString()
- Method in class com.alien.enterpriseRFID.tags.
Tag
Returns a short string representation of this Tag.
toTerseString()
- Method in class com.alien.enterpriseRFID.discovery.
DiscoveryItem
Generates a String that displays ReaderName and address of this DiscoveryItem.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X