A B C D E F G H I J K L M N O P Q R S T U V W _

C

CAENRFID_EPC119 - Static variable in class com.caen.RFIDLibrary.CAENRFIDProtocol
The EPC 119 air protocol
CAENRFID_EPC_C1G1 - Static variable in class com.caen.RFIDLibrary.CAENRFIDProtocol
The EPC Class1 Generation1 air protocol
CAENRFID_EPC_C1G2 - Static variable in class com.caen.RFIDLibrary.CAENRFIDProtocol
The EPC Class2 Generation1 air protocol
CAENRFID_ISO18000_6a - Static variable in class com.caen.RFIDLibrary.CAENRFIDProtocol
The ISO18000_6b air protocol
CAENRFID_ISO18000_6b - Static variable in class com.caen.RFIDLibrary.CAENRFIDProtocol
The ISO18000_6b air protocol
CAENRFID_MULTYPROTOCOL - Static variable in class com.caen.RFIDLibrary.CAENRFIDProtocol
The All Reader's air protocols
CAENRFID_RS232 - Static variable in class com.caen.RFIDLibrary.CAENRFIDPort
A RS232 communication
CAENRFID_RS232_FlowControl_Hardware - Static variable in class com.caen.RFIDLibrary.CAENRFIDRS232Constants
 
CAENRFID_RS232_FlowControl_None - Static variable in class com.caen.RFIDLibrary.CAENRFIDRS232Constants
 
CAENRFID_RS232_FlowControl_XonXoff - Static variable in class com.caen.RFIDLibrary.CAENRFIDRS232Constants
 
CAENRFID_RS485 - Static variable in class com.caen.RFIDLibrary.CAENRFIDPort
A RS485 Communication
CAENRFID_TCP - Static variable in class com.caen.RFIDLibrary.CAENRFIDPort
A standard TCP/IP Communication
CAENRFID_USB - Static variable in class com.caen.RFIDLibrary.CAENRFIDPort
A USB Communication
CAENRFIDBitRate - Class in com.caen.RFIDLibrary
This class enumarates all the RF bitrates supported by the CAEN RFID Reader
CAENRFIDBitRate() - Constructor for class com.caen.RFIDLibrary.CAENRFIDBitRate
Creates a new instance of CAENRFIDBitRate
CAENRFIDChannel - Class in com.caen.RFIDLibrary
Deprecated. 
CAENRFIDChannel(CAENRFIDReader, String, String, int) - Constructor for class com.caen.RFIDLibrary.CAENRFIDChannel
Deprecated. Creates a new instance of CAENRFIDChannel
CAENRFIDChannel(CAENRFIDReader, String, CAENRFIDChannelReservedType, int) - Constructor for class com.caen.RFIDLibrary.CAENRFIDChannel
Deprecated.  
CAENRFIDChannelReservedType - Class in com.caen.RFIDLibrary
This class defines the CAEN RFID Channel Reserved Type.
CAENRFIDEvent - Class in com.caen.RFIDLibrary
This class defines the CAENRFID Event
CAENRFIDEvent(ArrayList<CAENRFIDNotify>) - Constructor for class com.caen.RFIDLibrary.CAENRFIDEvent
Creates a new instance of CAENRFIDEvent
CAENRFIDEventListener - Interface in com.caen.RFIDLibrary
The listener interface for receiving CAEN RFID events.
CAENRFIDEventMode - Class in com.caen.RFIDLibrary
Deprecated. 
CAENRFIDException - Exception in com.caen.RFIDLibrary
This class defines the CAEN RFID Exception.
CAENRFIDException() - Constructor for exception com.caen.RFIDLibrary.CAENRFIDException
Creates a new instance of CAENRFIDException
CAENRFIDException(String) - Constructor for exception com.caen.RFIDLibrary.CAENRFIDException
Creates a new instance of CAENRFIDException
CAENRFIDException(String, ArrayList) - Constructor for exception com.caen.RFIDLibrary.CAENRFIDException
Creates a new instance of CAENRFIDException(this constructor is present only in java implementation and not in .NET one).
CAENRFIDLogicalSource - Class in com.caen.RFIDLibrary
The CAENRFIDLogicalSource class is used to create logical source objects.
CAENRFIDLogicalSource(CAENRFIDReader, String) - Constructor for class com.caen.RFIDLibrary.CAENRFIDLogicalSource
Creates a new instance of CAENRFIDLogicalSource
CAENRFIDLogicalSource.InventoryFlag - Enum in com.caen.RFIDLibrary
These are the flag value used in the inventory function that comes with Flag parameter.
CAENRFIDLogicalSourceConstants - Class in com.caen.RFIDLibrary
This class defines the CAEN RFID LogicalSourceConstants.
CAENRFIDMatchingParams - Class in com.caen.RFIDLibrary
 
CAENRFIDMatchingParams(int) - Constructor for class com.caen.RFIDLibrary.CAENRFIDMatchingParams
 
CAENRFIDNotify - Class in com.caen.RFIDLibrary
This class defines the CAEN RFID Notify.
CAENRFIDNotify(byte[], String, short, CAENRFIDTagEventType) - Constructor for class com.caen.RFIDLibrary.CAENRFIDNotify
Creates a new instance of CAENRFIDNotify
CAENRFIDNotify(byte[], String, short, CAENRFIDProtocol, CAENRFIDTagEventType) - Constructor for class com.caen.RFIDLibrary.CAENRFIDNotify
 
CAENRFIDNotify(byte[], String, short, CAENRFIDProtocol, CAENRFIDTagEventType, Date) - Constructor for class com.caen.RFIDLibrary.CAENRFIDNotify
 
CAENRFIDNotify(byte[], String, short, CAENRFIDProtocol, CAENRFIDTagEventType, Date, short, String) - Constructor for class com.caen.RFIDLibrary.CAENRFIDNotify
 
CAENRFIDNotify(byte[], String, short, CAENRFIDProtocol, CAENRFIDTagEventType, Date, short, byte[], String) - Constructor for class com.caen.RFIDLibrary.CAENRFIDNotify
 
CAENRFIDNotify(byte[], String, short, CAENRFIDProtocol, CAENRFIDTagEventType, Date, short, byte[], byte[], String) - Constructor for class com.caen.RFIDLibrary.CAENRFIDNotify
 
CAENRFIDNotify(byte[], String, short, CAENRFIDProtocol, CAENRFIDTagEventType, Date, short, byte[], byte[], byte[], String) - Constructor for class com.caen.RFIDLibrary.CAENRFIDNotify
 
CAENRFIDPort - Class in com.caen.RFIDLibrary
This class enumarates all the communication supported by the CAEN RFID Reader
CAENRFIDProtocol - Class in com.caen.RFIDLibrary
This class specifies all the air protocol supported by the CAENRFID Reader
CAENRFIDReader - Class in com.caen.RFIDLibrary
This class defines the CAEN RFID Reader.
CAENRFIDReader() - Constructor for class com.caen.RFIDLibrary.CAENRFIDReader
Create a new CAEN RFID Reader object.
CAENRFIDReader.AbortContinuosListener - Class in com.caen.RFIDLibrary
 
CAENRFIDReader.AbortContinuosListener() - Constructor for class com.caen.RFIDLibrary.CAENRFIDReader.AbortContinuosListener
 
CAENRFIDReaderInfo - Class in com.caen.RFIDLibrary
This class defines the CAEN RFID ReaderInfo.
CAENRFIDReaderInfo(String, String) - Constructor for class com.caen.RFIDLibrary.CAENRFIDReaderInfo
Creates a new instance of CAENRFIDReaderInfo
CAENRFIDReadPointStatus - Class in com.caen.RFIDLibrary
This class emunerates all the possible ReadPoint Status
CAENRFIDReadPointStatus() - Constructor for class com.caen.RFIDLibrary.CAENRFIDReadPointStatus
Creates a new instance of CAENRFIDReadPointStatus
CAENRFIDReceiver - Class in com.caen.RFIDLibrary
This class defines the CAEN RFID Receiver.
CAENRFIDReceiver(int) - Constructor for class com.caen.RFIDLibrary.CAENRFIDReceiver
Creates a new instance of CAENRFIDReceiver.
CAENRFIDRFRegulations - Class in com.caen.RFIDLibrary
This class defines the CAEN RFID CAENRFIDRFRegulations.
CAENRFIDRFRegulations(short) - Constructor for class com.caen.RFIDLibrary.CAENRFIDRFRegulations
 
CAENRFIDRS232Constants - Class in com.caen.RFIDLibrary
This class defines the CAEN RFID RS232 Constant values
CAENRFIDSelUnselOptions - Class in com.caen.RFIDLibrary
List of operations supported by the Group Select/Unselect command (valid only for the ISO18000-6B air protocol).
CAENRFIDTag - Class in com.caen.RFIDLibrary
This class defines the CAEN RFID Tag.
CAENRFIDTag(byte[], short, CAENRFIDLogicalSource) - Constructor for class com.caen.RFIDLibrary.CAENRFIDTag
Creates a new instance of CAENRFIDTag
CAENRFIDTag(byte[], short, CAENRFIDLogicalSource, String) - Constructor for class com.caen.RFIDLibrary.CAENRFIDTag
Creates a new instance of CAENRFIDTag
CAENRFIDTag(byte[], CAENRFIDProtocol, short, CAENRFIDLogicalSource, String) - Constructor for class com.caen.RFIDLibrary.CAENRFIDTag
 
CAENRFIDTag(byte[], CAENRFIDProtocol, short, CAENRFIDLogicalSource, String, Date) - Constructor for class com.caen.RFIDLibrary.CAENRFIDTag
 
CAENRFIDTag(byte[], CAENRFIDProtocol, short, CAENRFIDLogicalSource, String, short) - Constructor for class com.caen.RFIDLibrary.CAENRFIDTag
 
CAENRFIDTag(byte[], CAENRFIDProtocol, short, CAENRFIDLogicalSource, String, short, byte[]) - Constructor for class com.caen.RFIDLibrary.CAENRFIDTag
 
CAENRFIDTag(byte[], CAENRFIDProtocol, short, CAENRFIDLogicalSource, String, short, byte[], Date) - Constructor for class com.caen.RFIDLibrary.CAENRFIDTag
 
CAENRFIDTag(byte[], CAENRFIDProtocol, short, CAENRFIDLogicalSource, String, short, byte[], byte[], Date) - Constructor for class com.caen.RFIDLibrary.CAENRFIDTag
 
CAENRFIDTag(byte[], CAENRFIDProtocol, short, CAENRFIDLogicalSource, String, short, byte[], byte[], byte[], Date) - Constructor for class com.caen.RFIDLibrary.CAENRFIDTag
 
CAENRFIDTag.MemBanks - Enum in com.caen.RFIDLibrary
 
CAENRFIDTagEventType - Class in com.caen.RFIDLibrary
Deprecated. 
CAENRFIDTagEventType() - Constructor for class com.caen.RFIDLibrary.CAENRFIDTagEventType
Deprecated. Creates a new instance of CAENRFIDTagStatus
CAENRFIDTagNotify(CAENRFIDEvent) - Method in interface com.caen.RFIDLibrary.CAENRFIDEventListener
Invoked when an action occurs.
CAENRFIDTrigger - Class in com.caen.RFIDLibrary
Deprecated. 
CAENRFIDTrigger(CAENRFIDReader, String, int) - Constructor for class com.caen.RFIDLibrary.CAENRFIDTrigger
Deprecated. Creates a new instance of CAENRFIDTrigger
CAENRFIDTrigger(CAENRFIDReader, String, int, int) - Constructor for class com.caen.RFIDLibrary.CAENRFIDTrigger
Deprecated.  
CAENRS232_Parity_Even - Static variable in class com.caen.RFIDLibrary.CAENRFIDRS232Constants
 
CAENRS232_Parity_None - Static variable in class com.caen.RFIDLibrary.CAENRFIDRS232Constants
 
CAENRS232_Parity_Odd - Static variable in class com.caen.RFIDLibrary.CAENRFIDRS232Constants
 
CheckChannelInTrigger(String, String) - Method in class com.caen.RFIDLibrary.CAENRFIDReader
 
CheckSourceInChannel(String, String) - Method in class com.caen.RFIDLibrary.CAENRFIDReader
 
CheckSourceInTrigger(String, String) - Method in class com.caen.RFIDLibrary.CAENRFIDReader
 
CheckTriggerInChannel(String, String) - Method in class com.caen.RFIDLibrary.CAENRFIDReader
 
CHILE - Static variable in class com.caen.RFIDLibrary.CAENRFIDRFRegulations
 
CHINA - Static variable in class com.caen.RFIDLibrary.CAENRFIDRFRegulations
 
ClearBuffer() - Method in class com.caen.RFIDLibrary.CAENRFIDLogicalSource
Clear the whole internal reader's buffer.
ClearBuffer(String) - Method in class com.caen.RFIDLibrary.CAENRFIDReader
 
close() - Method in class com.caen.TCPPort.TCPPort
 
com.caen.RFIDLibrary - package com.caen.RFIDLibrary
 
com.caen.TCPPort - package com.caen.TCPPort
 
CONFIG_DWELL_TIME - Static variable in class com.caen.RFIDLibrary.CAENRFIDReader
 
CONFIG_G2_Q_VALUE - Static variable in class com.caen.RFIDLibrary.CAENRFIDReader
 
CONFIG_G2_SELECTED - Static variable in class com.caen.RFIDLibrary.CAENRFIDReader
 
CONFIG_G2_SESSION - Static variable in class com.caen.RFIDLibrary.CAENRFIDReader
 
CONFIG_G2_TARGET - Static variable in class com.caen.RFIDLibrary.CAENRFIDReader
 
CONFIG_INV_COUNT - Static variable in class com.caen.RFIDLibrary.CAENRFIDReader
 
CONFIG_ISO18006B_DESB - Static variable in class com.caen.RFIDLibrary.CAENRFIDReader
 
CONFIG_LOSTTHRESHOLD - Static variable in class com.caen.RFIDLibrary.CAENRFIDReader
 
CONFIG_OBSERVEDTHRESHOLD - Static variable in class com.caen.RFIDLibrary.CAENRFIDReader
 
CONFIG_QUIET_TIME - Static variable in class com.caen.RFIDLibrary.CAENRFIDReader
 
CONFIG_READCYCLE - Static variable in class com.caen.RFIDLibrary.CAENRFIDReader
 
CONFIG_TID_LENGTH - Static variable in class com.caen.RFIDLibrary.CAENRFIDReader
 
Connect(CAENRFIDPort, String) - Method in class com.caen.RFIDLibrary.CAENRFIDReader
Start the communication with the CAEN RFID Reader.
connect(String, int) - Method in class com.caen.TCPPort.TCPPort
 
CreateChannel(String, String, int) - Method in class com.caen.RFIDLibrary.CAENRFIDReader
Deprecated. 
CreateChannel(String, CAENRFIDChannelReservedType, int) - Method in class com.caen.RFIDLibrary.CAENRFIDReader
Create a Channel object inside the Reader.
CreateTrigger(String, int) - Method in class com.caen.RFIDLibrary.CAENRFIDReader
Deprecated. 
CreateTrigger(String, int, int) - Method in class com.caen.RFIDLibrary.CAENRFIDReader
Create a Trigger object inside the Reader.
CustomCMD_EPC_C1G2(String, CAENRFIDTag, byte, short, byte[], short) - Method in class com.caen.RFIDLibrary.CAENRFIDReader
 
CustomCMD_EPC_C1G2(String, CAENRFIDTag, byte, short, byte[], short, int) - Method in class com.caen.RFIDLibrary.CAENRFIDReader
 
CustomCommand_EPC_C1G2(CAENRFIDTag, byte, short, byte[], short) - Method in class com.caen.RFIDLibrary.CAENRFIDLogicalSource
This method can be used to issue a generic Custom command as defined by the EPC Class1 Gen2 protocol specification.
CustomCommand_EPC_C1G2(CAENRFIDTag, byte, short, byte[], short, int) - Method in class com.caen.RFIDLibrary.CAENRFIDLogicalSource
This method can be used to issue a generic Custom command as defined by the EPC Class1 Gen2 protocol specification.

A B C D E F G H I J K L M N O P Q R S T U V W _