User's Manual

CAEN RFID API Reference Manual
117
CAENRFIDLogicalSourceConstants Enumeration
The CAENRFIDLogicalSourceConstants Enumeration gives a list of constants used for the configuration of the logical
sources. Detailed explanation of the settings can be found in the EPC Class 1 Gen 2 and ISO 18000-6B specification
documents.
Syntax:
C# representation:
public enum CAENRFIDLogicalSourceConstants
JAVA representation:
public final class CAENRFIDLogicalSourceConstants
C representation:
typedef enum CAENRFIDLogicalSourceConstants;
In the following table, the CAENRFIDLogicalSourceConstants Enumeration members are listed:
Member
Description
EPC_C1G2_SESSION_S0
Session 0 is selected for the anticollision algorithm execution on the logical source
(valid only for the EPC Class1 Gen2 air protocol).
EPC_C1G2_SESSION_S1
Session 1 is selected for the anticollision algorithm execution on the logical source
(valid only for the EPC Class1 Gen2 air protocol).
EPC_C1G2_SESSION_S2
Session 2 is selected for the anticollision algorithm execution on the logical source
(valid only for the EPC Class1 Gen2 air protocol).
EPC_C1G2_SESSION_S3
Session 3 is selected for the anticollision algorithm execution on the logical source
(valid only for the EPC Class1 Gen2 air protocol).
EPC_C1G2_TARGET_A
Target A is selected for the anticollision algorithm execution on the logical source
(valid only for the EPC Class1 Gen2 air protocol).
EPC_C1G2_TARGET_B
Target B is selected for the anticollision algorithm execution on the logical source
(valid only for the EPC Class1 Gen2 air protocol).
EPC_C1G2_SELECTED_YES
Only the tags with the SL flag set to true are considered in the anticollision algorithm
execution on the logical source (valid only for the EPC Class1 Gen2 air protocol).
EPC_C1G2_SELECTED_NO
Only the tags with the SL flag set to false are considered in the anticollision algorithm
execution on the logical source (valid only for the EPC Class1 Gen2 air protocol).
EPC_C1G2_ALL_SELECTED
All the tags are considered in the anticollision algorithm execution on the logical
source (valid only for the EPC Class1 Gen2 air protocol).
ISO18006B_DESB_ON
The Data Exchange Status Bit feature is used for the anticollision algorithm execution
on the logical source (valid only for the ISO18000-6B air protocol).
ISO18006B_DESB_OFF
The Data Exchange Status Bit feature is not used for the anticollision algorithm
execution on the logical source (valid only for the ISO18000-6B air protocol).