A B C D E G H I K L M N O R S T U V W

A

addAsynchronousIdentifyListener(AsynchronousIdentifyListener) - Method in interface org.fosstrak.hal.HardwareAbstraction
Adds an asynchronous identify listener.
AsynchronousIdentifyListener - Interface in org.fosstrak.hal
This interface should be implemented in order to be able to receive tag identification observations asynchronously.
asynchronousIdentifyPerformed(Observation) - Method in interface org.fosstrak.hal.AsynchronousIdentifyListener
This callback method is called whenever an asynchronous identify has been performed.

B

byteArrayToHexString(byte[]) - Static method in class org.fosstrak.hal.UnsignedByteArray
returns a string with the bytes of the input array in hexadecimal representation.
byteArrayToHexString(byte[]) - Static method in class org.fosstrak.hal.util.ByteBlock
returns a string with the bytes of the input array in hexadecimal representation.
byteArrayToHexString(byte[], int) - Static method in class org.fosstrak.hal.util.ByteBlock
returns a string with the byte of the input array in hexadecimal representation trimed/padded to a specific length.
ByteBlock - Class in org.fosstrak.hal.util
ByteBlock represents a block of bytes of arbitrary length.
ByteBlock(byte[]) - Constructor for class org.fosstrak.hal.util.ByteBlock
creates a byte block from the given byte array.
ByteBlock(String) - Constructor for class org.fosstrak.hal.util.ByteBlock
creates a byte block from the given bytes as a String.
bytes - Variable in class org.fosstrak.hal.UnsignedByteArray
The internal representation of the UnsignedByteArray.
bytes - Variable in class org.fosstrak.hal.util.ByteBlock
the byte array to store the byte block
bytesToNumber(byte[]) - Static method in class org.fosstrak.hal.util.ByteBlock
converts an unsigned byte array (MSB first, max first four bytes) to a (signed) integer.
byteToHexString(byte) - Static method in class org.fosstrak.hal.UnsignedByteArray
returns a string with the byte in hexadecimal representation.
byteToHexString(byte) - Static method in class org.fosstrak.hal.util.ByteBlock
returns a string with the byte in hexadecimal representation.
byteToNumber(byte) - Static method in class org.fosstrak.hal.util.ByteBlock
converts an unsigned byte value to a (signed) integer.

C

clone() - Method in class org.fosstrak.hal.UnsignedByteArray
clones the byte block.
clone() - Method in class org.fosstrak.hal.util.ByteBlock
clones the byte block.
clone() - Method in class org.fosstrak.hal.util.RFIDTools
clones the RFID tag.
code() - Method in enum org.fosstrak.hal.transponder.RFTechnology
 
code() - Method in enum org.fosstrak.hal.transponder.TransponderType
 
compare(byte, byte) - Static method in class org.fosstrak.hal.UnsignedByteArray
compares two bytes which are interpreted as unsigned bytes.
compare(byte, byte) - Static method in class org.fosstrak.hal.util.ByteBlock
compares two bytes which are interpreted as unsigned bytes.
compareRegion(byte[], int, byte[], int, int) - Static method in class org.fosstrak.hal.UnsignedByteArray
compares two given UnsignedByteArray regions.
compareRegion(byte[], int, byte[], int, int) - Static method in class org.fosstrak.hal.util.ByteBlock
compares two given byte block regions.
containsId(String) - Method in class org.fosstrak.hal.Observation
Checks if the observation contains a specific ID.
CONTINUOUS - Static variable in class org.fosstrak.hal.Trigger
CONTINUOUS Trigger
ControllerProperties - Class in org.fosstrak.hal
The ControllerProperties class encapsulates the methods responsible for the parameter setting.
ControllerProperties(String, String) - Constructor for class org.fosstrak.hal.ControllerProperties
 
convertHtmlToText(String) - Static method in class org.fosstrak.hal.util.Tools
converts HTML to a string.
convertTableToHTML(Hashtable) - Static method in class org.fosstrak.hal.util.Tools
converts the values of the keys of the given hashtable to HTML.
convertTableToText(Hashtable) - Static method in class org.fosstrak.hal.util.Tools
converts the values of the keys of the given hashtable from HTML to text.
convertTextToHtml(String) - Static method in class org.fosstrak.hal.util.Tools
converts the string to HTML, i.e. replaces newline with
tag.
CRC16 - Class in org.fosstrak.hal.util
CRC16 calculates the CRC16 checksum with polynom 0x8408 and preset 0xFFFF.
CRC16() - Constructor for class org.fosstrak.hal.util.CRC16
 
crc16(byte[]) - Static method in class org.fosstrak.hal.util.CRC16
calculates the checksum.
createContinuousTrigger() - Static method in class org.fosstrak.hal.Trigger
creates a TIMER trigger.
createTimerTrigger(long) - Static method in class org.fosstrak.hal.Trigger
creates a TIMER trigger.

D

dataSize() - Method in enum org.fosstrak.hal.transponder.TransponderType
 
decodeURL(String) - Static method in class org.fosstrak.hal.util.Tools
decodes a URL encoded string.
dsfid - Variable in class org.fosstrak.hal.transponder.InventoryItem
Data storage familiy identifier.

E

encodeURL(String) - Static method in class org.fosstrak.hal.util.Tools
encodes a string in URL encoding.
EPCTransponderModel - Class in org.fosstrak.hal.transponder
 
epcTransponderModel - Variable in class org.fosstrak.hal.transponder.InventoryItem
EPC transponder model.
equals(Object) - Method in class org.fosstrak.hal.UnsignedByteArray
checks if two byte blocks are equal or not.
equals(Object) - Method in class org.fosstrak.hal.util.ByteBlock
checks if two byte blocks are equal or not.
equals(Object) - Method in class org.fosstrak.hal.util.RFIDTools
checks tags
equalsRegion(byte[], int, byte[], int, int) - Static method in class org.fosstrak.hal.UnsignedByteArray
checks if two given UnsignedByteArray regions are equal or not.
equalsRegion(byte[], int, byte[]) - Static method in class org.fosstrak.hal.UnsignedByteArray
checks if two given UnsignedByteArray regions are equal or not.
equalsRegion(byte[], int, byte[], int, int) - Static method in class org.fosstrak.hal.util.ByteBlock
checks if two given byte block regions are equal or not.
equalsRegion(byte[], int, byte[]) - Static method in class org.fosstrak.hal.util.ByteBlock
checks if two given byte regions are equal or not.

G

getAFI() - Method in class org.fosstrak.hal.transponder.TransponderSystemInformationISO
 
getAllParameterNames() - Method in interface org.fosstrak.hal.HardwareAbstraction
Gets the names of the supported parameters.
getBlocks() - Method in enum org.fosstrak.hal.transponder.TransponderModel
 
getBlocksize() - Method in enum org.fosstrak.hal.transponder.TransponderModel
 
getChar(byte[]) - Static method in class org.fosstrak.hal.util.RFIDTools
 
getCode() - Method in enum org.fosstrak.hal.transponder.TransponderManufacturer
 
getData(byte[]) - Static method in class org.fosstrak.hal.util.RFIDTools
 
getDataWithSpace(byte[]) - Static method in class org.fosstrak.hal.util.RFIDTools
 
getDataWithSpaceLength(byte[], int) - Static method in class org.fosstrak.hal.util.RFIDTools
 
getDescription() - Method in class org.fosstrak.hal.transponder.IDType
 
getDSFID() - Method in class org.fosstrak.hal.transponder.TransponderSystemInformationISO
 
getEpcReadable() - Method in class org.fosstrak.hal.transponder.EPCTransponderModel
 
getEpcSize() - Method in class org.fosstrak.hal.transponder.EPCTransponderModel
 
getEpcTrasponderModel(byte[], String) - Static method in class org.fosstrak.hal.transponder.EPCTransponderModel
 
getEpcWriteable() - Method in class org.fosstrak.hal.transponder.EPCTransponderModel
 
getHALName() - Method in interface org.fosstrak.hal.HardwareAbstraction
Returns the HAL name.
getHalName() - Method in class org.fosstrak.hal.Observation
Returns the name of the HAL.
getICreference() - Method in class org.fosstrak.hal.transponder.TransponderSystemInformationISO
 
getIds() - Method in class org.fosstrak.hal.Observation
Gets the identified tags.
getIdType() - Method in class org.fosstrak.hal.transponder.IDType
 
getIdType(String, String) - Static method in class org.fosstrak.hal.transponder.IDType
 
getInteral() - Method in class org.fosstrak.hal.Trigger
Returns the time interval.
getInternalByteArray() - Method in class org.fosstrak.hal.UnsignedByteArray
returns a reference to the internal byte array.
getInternalByteArray() - Method in class org.fosstrak.hal.util.ByteBlock
returns a reference to the internal byte array.
getKeyValuePairs(Hashtable) - Static method in class org.fosstrak.hal.util.Tools
returns a string that contains all the key-value pairs of the given hashtable.
getManufacturer() - Method in class org.fosstrak.hal.transponder.EPCTransponderModel
 
getManufacturer() - Method in enum org.fosstrak.hal.transponder.TransponderModel
 
getMemoryBankDescriptors() - Method in class org.fosstrak.hal.MemoryDescriptor
gets the descriptions of the memory banks.
getMemoryDescriptor() - Method in class org.fosstrak.hal.TagDescriptor
gets the descriptions of the memory.
getMemSize() - Method in class org.fosstrak.hal.transponder.TransponderSystemInformationISO
 
getModelName() - Method in class org.fosstrak.hal.transponder.EPCTransponderModel
 
getParameter(String) - Method in class org.fosstrak.hal.ControllerProperties
Gets the parameter with the specified name from the appropriate properties file.
getParameter(String) - Method in interface org.fosstrak.hal.HardwareAbstraction
Gets the value of a given parameter.
getParameterNames() - Method in class org.fosstrak.hal.ControllerProperties
Gets the names of the configurable parameters.
getReadPointName() - Method in class org.fosstrak.hal.Observation
Gets the name of the read point involved in the identification.
getReadPointNames() - Method in interface org.fosstrak.hal.HardwareAbstraction
Gets the names of all available read points.
getReadPointNoiseLevel(String, boolean) - Method in interface org.fosstrak.hal.HardwareAbstraction
Returns the current noise level observed at a certain read point.
getReadPointPowerLevel(String, boolean) - Method in interface org.fosstrak.hal.HardwareAbstraction
Returns the current transmit power level of a certain read point.
getRegion(byte[], int, int) - Static method in class org.fosstrak.hal.UnsignedByteArray
returns a byte array containing the region of the source byte array.
getRegion(byte[], int, int) - Static method in class org.fosstrak.hal.util.ByteBlock
returns a byte array containing the region of the source byte array.
getReservedReadable() - Method in class org.fosstrak.hal.transponder.EPCTransponderModel
 
getReservedSize() - Method in class org.fosstrak.hal.transponder.EPCTransponderModel
 
getReservedWriteable() - Method in class org.fosstrak.hal.transponder.EPCTransponderModel
 
getSerial() - Method in class org.fosstrak.hal.util.RFIDTools
gets the serial number of the tag as a String in hex format.
getSerialFromByteArray(byte[], int) - Static method in class org.fosstrak.hal.util.RFIDTools
 
getSerialWithSpace() - Method in class org.fosstrak.hal.util.RFIDTools
gets the serial number of the tag as a String where each byte is in hex format and separated by a space.
getSize() - Method in class org.fosstrak.hal.MemoryBankDescriptor
gets the size of the memory bank in number of bytes.
getSNR() - Method in class org.fosstrak.hal.util.RFIDTools
gets the serial number
getSuccessful() - Method in class org.fosstrak.hal.Observation
gets the successful flag.
getTagDescriptors() - Method in class org.fosstrak.hal.Observation
Gets the tag descriptor of the detected tags.
getTID() - Method in class org.fosstrak.hal.transponder.EPCTransponderModel
 
getTidReadable() - Method in class org.fosstrak.hal.transponder.EPCTransponderModel
 
getTidSize() - Method in class org.fosstrak.hal.transponder.EPCTransponderModel
 
getTidWriteable() - Method in class org.fosstrak.hal.transponder.EPCTransponderModel
 
getTime() - Static method in class org.fosstrak.hal.util.Tools
returns the current date and time.
getTimestamp() - Method in class org.fosstrak.hal.Observation
Gets the timestamp.
getTokens(String) - Static method in class org.fosstrak.hal.util.Tools
returns a vector of strings that are the tokens of the original string delimeted by whitespaces.
getTransponderManufacturer(int) - Static method in enum org.fosstrak.hal.transponder.TransponderManufacturer
 
getTransponderSpec(String) - Static method in enum org.fosstrak.hal.transponder.TransponderModel
 
getType() - Method in class org.fosstrak.hal.transponder.EPCTransponderModel
 
getType(byte) - Static method in enum org.fosstrak.hal.transponder.RFTechnology
 
getType() - Method in enum org.fosstrak.hal.transponder.TransponderModel
 
getType(byte) - Static method in enum org.fosstrak.hal.transponder.TransponderType
 
getType(String) - Static method in enum org.fosstrak.hal.transponder.TransponderType
 
getType() - Method in class org.fosstrak.hal.Trigger
Gets the type of the trigger.
getUID() - Method in class org.fosstrak.hal.transponder.TransponderSystemInformationISO
 
getURL(String, String, Class) - Static method in class org.fosstrak.hal.util.ResourceLocator
Get the URL of the resourceFileName.
getUserReadable() - Method in class org.fosstrak.hal.transponder.EPCTransponderModel
 
getUserSize() - Method in class org.fosstrak.hal.transponder.EPCTransponderModel
 
getUserWriteable() - Method in class org.fosstrak.hal.transponder.EPCTransponderModel
 

H

HardwareAbstraction - Interface in org.fosstrak.hal
The standardized interface defines an abstraction of the underlaying reader hardware.
HardwareAbstractionException - Exception in org.fosstrak.hal
This exception is the root exception for all exeption that are thrown in the hardware abstraction layer.
HardwareAbstractionException() - Constructor for exception org.fosstrak.hal.HardwareAbstractionException
Constructor.
HardwareAbstractionException(String) - Constructor for exception org.fosstrak.hal.HardwareAbstractionException
Constructor specifying a message.
HardwareAbstractionException(Throwable) - Constructor for exception org.fosstrak.hal.HardwareAbstractionException
Constructor using a cause.
HardwareAbstractionException(String, Throwable) - Constructor for exception org.fosstrak.hal.HardwareAbstractionException
Constructor specifying a message and a cause.
HardwareException - Exception in org.fosstrak.hal
This exception signals a reader hardware problem and is thrown by several of the HAL controller methods.
HardwareException() - Constructor for exception org.fosstrak.hal.HardwareException
Constructor.
HardwareException(String) - Constructor for exception org.fosstrak.hal.HardwareException
Constructor specifying a message.
HardwareException(Throwable) - Constructor for exception org.fosstrak.hal.HardwareException
Constructor using a cause.
HardwareException(String, Throwable) - Constructor for exception org.fosstrak.hal.HardwareException
Constructor specifying a message and a cause.
hashCode() - Method in class org.fosstrak.hal.UnsignedByteArray
calculates a hashcode for the byte block.
hashCode() - Method in class org.fosstrak.hal.util.ByteBlock
calculates a hashcode for the byte block.
hashCode() - Method in class org.fosstrak.hal.util.RFIDTools
gets the hash code of the serial number
hasSNR(byte[]) - Method in class org.fosstrak.hal.util.RFIDTools
checks the serial number
hasSNR(byte[], int, int) - Method in class org.fosstrak.hal.util.RFIDTools
checks the serial number
hexByte(int) - Static method in class org.fosstrak.hal.util.RFIDTools
 
hexStringToByteArray(String) - Static method in class org.fosstrak.hal.UnsignedByteArray
converts a String of hex bytes to a byte array.
hexStringToByteArray(String) - Static method in class org.fosstrak.hal.util.ByteBlock
converts a String of hex bytes to a byte array.
hexStringToByteArray(String, int) - Static method in class org.fosstrak.hal.util.ByteBlock
converts a String of hex byte to a byte array of a specific length.

I

id - Variable in class org.fosstrak.hal.transponder.InventoryItem
Hexadecimal representation of the tag ID (UID,EPC,IDD)
identify(String[]) - Method in interface org.fosstrak.hal.HardwareAbstraction
Identifies the tags in a reader's field.
IDType - Class in org.fosstrak.hal.transponder
 
InventoryItem - Class in org.fosstrak.hal.transponder
 
InventoryItem() - Constructor for class org.fosstrak.hal.transponder.InventoryItem
 
isAsynchronousIdentifyRunning() - Method in interface org.fosstrak.hal.HardwareAbstraction
Checks whether asynchronous identify is running.
ISO_15693 - Static variable in class org.fosstrak.hal.util.RFIDTools
Tag-it HF-i or other ISO 15693 compliant transponders
isReadAccess() - Method in class org.fosstrak.hal.MemoryBankDescriptor
gets the flag that indicates if read access is allowed.
isReadPointReady(String) - Method in interface org.fosstrak.hal.HardwareAbstraction
Checks whether a read point is ready (i.e. it has been started up).
isSupported() - Method in class org.fosstrak.hal.transponder.TransponderSystemInformationISO
 
isValidName(String) - Static method in class org.fosstrak.hal.util.Tools
checks if a string is a valid Chat file name
isWriteAccess() - Method in class org.fosstrak.hal.MemoryBankDescriptor
gets the flag that indicates if write access is allowed.

K

kill(String, String, String[]) - Method in interface org.fosstrak.hal.HardwareAbstraction
Kills the specified tag, if in range.

L

log - Static variable in exception org.fosstrak.hal.HardwareAbstractionException
The logger.

M

MemoryBankDescriptor - Class in org.fosstrak.hal
The class is a data structure to store information that describes a memory bank such as size and read/write access.
MemoryBankDescriptor(int, boolean, boolean) - Constructor for class org.fosstrak.hal.MemoryBankDescriptor
creates a memory bank descriptor with the given paramters.
memoryBankDescriptors - Variable in class org.fosstrak.hal.MemoryDescriptor
The descriptions of the memory banks
MemoryDescriptor - Class in org.fosstrak.hal
The class is a data structure to store information that describes the memory structure of a tag, i.e. the memory banks.
MemoryDescriptor(MemoryBankDescriptor[]) - Constructor for class org.fosstrak.hal.MemoryDescriptor
creates a memory descriptor with the given paramter.
memoryDescriptor - Variable in class org.fosstrak.hal.TagDescriptor
The descriptions of the memory

N

numberToByteArray(long) - Static method in class org.fosstrak.hal.UnsignedByteArray
creates a byte array out of the given long number.
numberToByteArray(int) - Static method in class org.fosstrak.hal.UnsignedByteArray
creates a byte array out of the given int number.
numberToByteArray(short) - Static method in class org.fosstrak.hal.UnsignedByteArray
creates a byte array out of the given short number.
numberToByteArray(long) - Static method in class org.fosstrak.hal.util.ByteBlock
creates a byte array out of the given number.
numberToByteArray(int) - Static method in class org.fosstrak.hal.util.ByteBlock
creates a byte array out of the given number.
numberToByteArray(short) - Static method in class org.fosstrak.hal.util.ByteBlock
creates a byte array out of the given number.

O

Observation - Class in org.fosstrak.hal
The Observation class provides a set of methods and fields that represent a result of an identification process.
Observation() - Constructor for class org.fosstrak.hal.Observation
creates an empty Observation.
Observation(String, String, long, String[], TagDescriptor[], boolean) - Constructor for class org.fosstrak.hal.Observation
creates an Observation with the given parameters.
org.fosstrak.hal - package org.fosstrak.hal
 
org.fosstrak.hal.transponder - package org.fosstrak.hal.transponder
 
org.fosstrak.hal.util - package org.fosstrak.hal.util
 
OutOfBoundsException - Exception in org.fosstrak.hal
This exception is thrown if the called method is not supported by the current hardware abstraction implementation.
OutOfBoundsException() - Constructor for exception org.fosstrak.hal.OutOfBoundsException
Constructor.
OutOfBoundsException(String) - Constructor for exception org.fosstrak.hal.OutOfBoundsException
Constructor specifying a message.
OutOfBoundsException(Throwable) - Constructor for exception org.fosstrak.hal.OutOfBoundsException
Constructor using a cause.
OutOfBoundsException(String, Throwable) - Constructor for exception org.fosstrak.hal.OutOfBoundsException
Constructor specifying a message and a cause.

R

readAccess - Variable in class org.fosstrak.hal.MemoryBankDescriptor
Flag that indicates if read access is allowed
readBytes(String, String, int, int, int, String[]) - Method in interface org.fosstrak.hal.HardwareAbstraction
Reads data from a specified tag, if in range.
readFile(String) - Static method in class org.fosstrak.hal.util.Tools
reads the content of a text file into a string.
readPoint - Variable in class org.fosstrak.hal.transponder.InventoryItem
Readpoint the tag was read.
ReadPointNotFoundException - Exception in org.fosstrak.hal
This exception is thrown if the called method is not supported by the current hardware abstraction implementation.
ReadPointNotFoundException() - Constructor for exception org.fosstrak.hal.ReadPointNotFoundException
Constructor.
ReadPointNotFoundException(String) - Constructor for exception org.fosstrak.hal.ReadPointNotFoundException
Constructor specifying a message.
ReadPointNotFoundException(Throwable) - Constructor for exception org.fosstrak.hal.ReadPointNotFoundException
Constructor using a cause.
ReadPointNotFoundException(String, Throwable) - Constructor for exception org.fosstrak.hal.ReadPointNotFoundException
Constructor specifying a message and a cause.
removeAsynchronousIdentifyListener(AsynchronousIdentifyListener) - Method in interface org.fosstrak.hal.HardwareAbstraction
removes an asynchronous identify listener.
replaceRegion(byte[], int, byte[]) - Static method in class org.fosstrak.hal.UnsignedByteArray
replaces the region of the first byte array by the bytes of the second byte array.
replaceRegion(byte[], int, byte[], int, int) - Static method in class org.fosstrak.hal.UnsignedByteArray
replaces the region of a first byte array by the region of the second byte array.
replaceRegion(byte[], int, byte[]) - Static method in class org.fosstrak.hal.util.ByteBlock
replaces the region of the first byte array by the bytes of the second byte array.
replaceRegion(byte[], int, byte[], int, int) - Static method in class org.fosstrak.hal.util.ByteBlock
replaces the region of a first byte array by the region of the second byte array.
replaceString(String, String, String) - Static method in class org.fosstrak.hal.util.Tools
replaces the string xx in the text by the string yy.
replaceStrings(String, Hashtable) - Static method in class org.fosstrak.hal.util.Tools
replaces the keys of the given hashtable in the text by the values.
reset() - Method in interface org.fosstrak.hal.HardwareAbstraction
Resets the reader.
ResourceLocator - Class in org.fosstrak.hal.util
 
ResourceLocator() - Constructor for class org.fosstrak.hal.util.ResourceLocator
 
RFIDTools - Class in org.fosstrak.hal.util
This class is an abstraction for the RFID tags.
RFIDTools(byte[], int, int, int) - Constructor for class org.fosstrak.hal.util.RFIDTools
creates a RFIDTag with the gifen parameter
rfTechnology - Variable in class org.fosstrak.hal.transponder.InventoryItem
 
RFTechnology - Enum in org.fosstrak.hal.transponder
 

S

SERIAL_NR_SIZE - Static variable in class org.fosstrak.hal.util.RFIDTools
size of serial number
setHalName(String) - Method in class org.fosstrak.hal.Observation
Sets the HAL controller instance name.
setIds(String[]) - Method in class org.fosstrak.hal.Observation
Sets the IDs of the identified tags.
setParameter(String, String) - Method in class org.fosstrak.hal.ControllerProperties
Sets the specified parameter.
setParameter(String, String) - Method in interface org.fosstrak.hal.HardwareAbstraction
Sets a given parameter.
setReadPointName(String) - Method in class org.fosstrak.hal.Observation
Sets the name of the read point involved in the identification.
setSuccessful(boolean) - Method in class org.fosstrak.hal.Observation
sets the successful flag.
setTagDescriptors(TagDescriptor[]) - Method in class org.fosstrak.hal.Observation
Sets The tag descriptors of the detected tags.
setTimestamp(long) - Method in class org.fosstrak.hal.Observation
Sets The timestamp.
shutDownReadPoint(String) - Method in interface org.fosstrak.hal.HardwareAbstraction
Shuts down a read point.
size - Variable in class org.fosstrak.hal.MemoryBankDescriptor
Size of the memory bank in number of bytes
startAsynchronousIdentify(String[], Trigger) - Method in interface org.fosstrak.hal.HardwareAbstraction
Identifies the tags in a reader's field in a continuous way that operates asynchronously.
startUpReadPoint(String) - Method in interface org.fosstrak.hal.HardwareAbstraction
Starts up a read point.
stopAsynchronousIdentify() - Method in interface org.fosstrak.hal.HardwareAbstraction
Stops the asynchronous identification for a specific listener.
stringConverter(String) - Static method in class org.fosstrak.hal.UnsignedByteArray
transforms any String into a byte array using UTF8 encoding.
stringConverter(String) - Static method in class org.fosstrak.hal.util.ByteBlock
transforms any String into a byte array using UTF8 encoding.
successful - Variable in class org.fosstrak.hal.Observation
Flag the indicates whether the identify operation has been performed successfully or not.
supportsAsynchronousIdentify() - Method in interface org.fosstrak.hal.HardwareAbstraction
Checks whether this HAL controller implementation supports the startAsynchronousIdentify(), stopAsynchronousIdentify(), isAsynchronousIdentifyRunning(), addAsynchronousIdentifyListener() and removeAsynchronousIdentifyListener() methods.
supportsGetReadPointNoiseLevel() - Method in interface org.fosstrak.hal.HardwareAbstraction
Checks whether this HAL controller implementation supports the getReadPointNoiseLevel() method.
supportsGetReadPointPowerLevel() - Method in interface org.fosstrak.hal.HardwareAbstraction
Checks whether this HAL controller implementation supports the getReadPointPowerLevel() method.
supportsIsReadPointReady() - Method in interface org.fosstrak.hal.HardwareAbstraction
Checks whether this HAL controller implementation supports the isReadPointReady() method.
supportsKill() - Method in interface org.fosstrak.hal.HardwareAbstraction
Checks whether this HAL controller implementation supports the kill() method.
supportsParameters() - Method in interface org.fosstrak.hal.HardwareAbstraction
Checks whether the HAL controller implementation supports the getAllParameterNames(), getParameter() and setParameter() methods.
supportsReadBytes() - Method in interface org.fosstrak.hal.HardwareAbstraction
Checks whether this HAL controller implementation supports the readBytes() method.
supportsReset() - Method in interface org.fosstrak.hal.HardwareAbstraction
Checks whether this HAL controller implementation supports the reset() method.
supportsShutDownReadPoint() - Method in interface org.fosstrak.hal.HardwareAbstraction
Checks whether this HAL controller implementation supports the shutDownReadPoint() method.
supportsStartUpReadPoint() - Method in interface org.fosstrak.hal.HardwareAbstraction
Checks whether this HAL controller implementation supports the startUpReadPoint() method.
supportsWriteBytes() - Method in interface org.fosstrak.hal.HardwareAbstraction
Checks whether this HAL controller implementation supports the writeBytes() method.
supportsWriteId() - Method in interface org.fosstrak.hal.HardwareAbstraction
Checks whether this HAL controller implementation supports the writeId() method.
systemInformation - Variable in class org.fosstrak.hal.transponder.InventoryItem
System information for ISO15693 transponders.

T

TAG_IT_HF - Static variable in class org.fosstrak.hal.util.RFIDTools
Tag-it HF
TagDescriptor - Class in org.fosstrak.hal
The class is a data structure to store information that describes a tag such as tag id type and memory structure.
TagDescriptor(IDType, MemoryDescriptor) - Constructor for class org.fosstrak.hal.TagDescriptor
creates a tag descriptor with the given paramters.
tid - Variable in class org.fosstrak.hal.transponder.InventoryItem
EPC TID of the tag
TIMER - Static variable in class org.fosstrak.hal.Trigger
TIMER Trigger
toByteArray() - Method in class org.fosstrak.hal.UnsignedByteArray
gets the UnsignedByteArray as a Java byte array to be interpreted as unsigned bytes.
toByteArray() - Method in class org.fosstrak.hal.util.ByteBlock
gets the byte block as a byte array.
Tools - Class in org.fosstrak.hal.util
Collection of usefull methods needed by several servlets.
Tools() - Constructor for class org.fosstrak.hal.util.Tools
 
toString() - Method in class org.fosstrak.hal.Observation
Returns a String containing all the observation information.
toString() - Method in class org.fosstrak.hal.transponder.TransponderSystemInformationISO
 
toString() - Method in class org.fosstrak.hal.UnsignedByteArray
gets the UnsignedByteArray as a hex number String representation.
toString() - Method in class org.fosstrak.hal.util.ByteBlock
gets the byte block as a String.
toString() - Method in class org.fosstrak.hal.util.RFIDTools
 
TransponderManufacturer - Enum in org.fosstrak.hal.transponder
 
TransponderModel - Enum in org.fosstrak.hal.transponder
 
TransponderSystemInformationISO - Class in org.fosstrak.hal.transponder
 
TransponderSystemInformationISO() - Constructor for class org.fosstrak.hal.transponder.TransponderSystemInformationISO
 
TransponderSystemInformationISO(byte[]) - Constructor for class org.fosstrak.hal.transponder.TransponderSystemInformationISO
 
transponderType - Variable in class org.fosstrak.hal.transponder.InventoryItem
 
TransponderType - Enum in org.fosstrak.hal.transponder
 
Trigger - Class in org.fosstrak.hal
A trigger in the HAL is used to trigger identify commands of the reader hardware while a HAL controller instance is performing an asynchronous identify.

U

UnsignedByteArray - Class in org.fosstrak.hal
UnsignedByteArray represents an array of unsigned bytes of arbitrary length.
UnsignedByteArray(byte[]) - Constructor for class org.fosstrak.hal.UnsignedByteArray
creates an UnsignedByteArray from the given Java byte array.
UnsignedByteArray(String) - Constructor for class org.fosstrak.hal.UnsignedByteArray
creates an UnsignedByteArray from a String representation.
UnsupportedOperationException - Exception in org.fosstrak.hal
This exception is thrown if the called method is not supported by the current hardware abstraction implementation.
UnsupportedOperationException() - Constructor for exception org.fosstrak.hal.UnsupportedOperationException
Constructor.
UnsupportedOperationException(String) - Constructor for exception org.fosstrak.hal.UnsupportedOperationException
Constructor specifying a message.
UnsupportedOperationException(Throwable) - Constructor for exception org.fosstrak.hal.UnsupportedOperationException
Constructor using a cause.
UnsupportedOperationException(String, Throwable) - Constructor for exception org.fosstrak.hal.UnsupportedOperationException
Constructor specifying a message and a cause.

V

valueOf(String) - Static method in enum org.fosstrak.hal.transponder.RFTechnology
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fosstrak.hal.transponder.TransponderManufacturer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fosstrak.hal.transponder.TransponderModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fosstrak.hal.transponder.TransponderType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.fosstrak.hal.transponder.RFTechnology
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fosstrak.hal.transponder.TransponderManufacturer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fosstrak.hal.transponder.TransponderModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fosstrak.hal.transponder.TransponderType
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeAccess - Variable in class org.fosstrak.hal.MemoryBankDescriptor
Flag that indicates if write access is allowed
writeBytes(String, String, int, int, UnsignedByteArray, String[]) - Method in interface org.fosstrak.hal.HardwareAbstraction
Writes data to a specific tag, if in range.
writeFile(String, String) - Static method in class org.fosstrak.hal.util.Tools
writes the content of a string to a file.
writeId(String, String, String[]) - Method in interface org.fosstrak.hal.HardwareAbstraction
Writes the given ID onto a tag.

A B C D E G H I K L M N O R S T U V W

Copyright © 2008. All Rights Reserved.