User's Manual

SetDESB_ISO180006B Method
Description:
This method can be used to set the Data Exchange Status Bit (see ISO18000-6B protocol specification) used by the
anticollision algorithm when called on this logical source.
Parameters:
Name Description
Value The DESB setting value.
Syntax:
C# representation:
public void SetDESB_ISO180006B(
CAENRFIDLogicalSourceConstants Value)
Java and Android representation:
public void SetDESB_ISO180006B(
CAENRFIDLogicalSourceConstants Value)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_SetDESB_ISO180006B(
CAENRFIDHandle handle,
unsigned int Value);
SetQ_EPC_C1G2 Method
Description:
This method can be used to set the initial Q value (see EPC Class1 Gen2 protocol specification) used by the anticollision
algorithm when called on this logical source.
Parameters:
Name Description
Value The initial Q value setting.
Syntax:
C# representation:
public void SetQ_EPC_C1G2(
int Value)
Java and Android representation:
public void SetQ_EPC_C1G2(
int Value)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_SetQValue_EPC_C1G2(
CAENRFIDHandle handle,
char *SourceName,
int Value);
CAEN RFID API – Reference Manual58