|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CAENRFIDTag | |
---|---|
com.caen.RFIDLibrary |
Uses of CAENRFIDTag in com.caen.RFIDLibrary |
---|
Methods in com.caen.RFIDLibrary that return CAENRFIDTag | |
---|---|
CAENRFIDTag[] |
CAENRFIDLogicalSource.GetBufferedData()
The function returns all the Tags stored in reader's memory using all the ReadPoints belonging to the Source. |
CAENRFIDTag[] |
CAENRFIDLogicalSource.GetBufferedData(int address,
int length)
The function returns all the Tags stored in reader's memory using all the ReadPoints belonging to the Source. |
protected CAENRFIDTag[] |
CAENRFIDReader.GetBufferedData(java.lang.String Source)
|
protected CAENRFIDTag[] |
CAENRFIDReader.GetBufferedData(java.lang.String Source,
int address,
int length)
|
CAENRFIDTag |
CAENRFIDLogicalSource.GroupSelUnsel(CAENRFIDSelUnselOptions Code,
short Address,
short BitMask,
byte[] Data)
Send a Group SelectUnselect command to the reader |
protected CAENRFIDTag |
CAENRFIDReader.GroupSelUnsel(java.lang.String Source,
CAENRFIDSelUnselOptions code,
short Address,
short BitMask,
byte[] Data)
|
CAENRFIDTag[] |
CAENRFIDLogicalSource.Inventory()
Deprecated. As of CAENRFIDLibrary version 2.1, replaced by InventoryTag. |
protected CAENRFIDTag[] |
CAENRFIDReader.Inventory(java.lang.String Source)
|
CAENRFIDTag[] |
CAENRFIDLogicalSource.InventoryTag()
The function returns all the Tags under the reader field using all the ReadPoints belonging to the Source. |
CAENRFIDTag[] |
CAENRFIDLogicalSource.InventoryTag(byte[] Mask,
short MaskLength,
short Position)
The function returns all the Tags under the reader field that match to a specified mask, using all the ReadPoints belonging to the Source. |
CAENRFIDTag[] |
CAENRFIDLogicalSource.InventoryTag(byte[] Mask,
short MaskLength,
short Position,
short Flag)
The function returns all the Tags under the reader field that match to a specified mask, using all the ReadPoints belonging to the Source. |
CAENRFIDTag[] |
CAENRFIDLogicalSource.InventoryTag(short bank,
byte[] Mask,
short MaskLength,
short Position)
The function returns all the Tags under the reader field that match to a specified mask, using all the ReadPoints belonging to the Source. |
CAENRFIDTag[] |
CAENRFIDLogicalSource.InventoryTag(short bank,
byte[] Mask,
short MaskLength,
short Position,
short Flag)
The function returns all the Tags under the reader field that match to a specified mask, using all the ReadPoints belonging to the Source. |
protected CAENRFIDTag[] |
CAENRFIDReader.InventoryTag(java.lang.String Source)
|
protected CAENRFIDTag[] |
CAENRFIDReader.InventoryTag(java.lang.String Source,
byte[] Mask,
short MaskLength,
short position,
short flag)
|
protected CAENRFIDTag[] |
CAENRFIDReader.InventoryTag(java.lang.String Source,
short bank,
byte[] Mask,
short MaskLength,
short Position,
short flag)
|
Methods in com.caen.RFIDLibrary that return types with arguments of type CAENRFIDTag | |
---|---|
protected java.util.ArrayList<CAENRFIDTag> |
CAENRFIDException.getTags()
|
Methods in com.caen.RFIDLibrary with parameters of type CAENRFIDTag | |
---|---|
byte[] |
CAENRFIDLogicalSource.Authenticate_EPC_C1G2(CAENRFIDTag Tag,
boolean SenRep,
boolean IncRepLen,
char Csi,
byte[] Challenge,
short RepLen,
int Password)
The Authenticate_EPC_C1G2 method allows an interrogator to perform tag, interrogator or mutual authentication. |
protected byte[] |
CAENRFIDReader.Authenticate_EPC_C1G2(java.lang.String Source,
CAENRFIDTag Tag,
boolean senRep,
boolean incRepLen,
char csi,
byte[] challenge,
short repLen,
int password)
|
void |
CAENRFIDLogicalSource.BlockWriteTagData(CAENRFIDTag Tag,
short Address,
short Length,
byte[] Data)
Write into the Tag's memory (for byte at a time) (only ISO18000_6b) This method doesen't work with semi-pasive tags. |
void |
CAENRFIDLogicalSource.BlockWriteTagData(CAENRFIDTag Tag,
short Address,
short mask,
short Length,
byte[] Data)
Write into the Tag's memory (for byte at a time) (only ISO18000_6b) This method doesen't work with semi-pasive tags. |
protected void |
CAENRFIDReader.BlockWriteTagData(java.lang.String Source,
CAENRFIDTag tag,
short address,
short mask,
short nbyte,
byte[] twrite)
|
protected byte[] |
CAENRFIDReader.CustomCMD_EPC_C1G2(java.lang.String Source,
CAENRFIDTag Tag,
byte SubCmd,
short Length,
byte[] Data,
short TRLength)
|
protected byte[] |
CAENRFIDReader.CustomCMD_EPC_C1G2(java.lang.String Source,
CAENRFIDTag Tag,
byte SubCmd,
short Length,
byte[] Data,
short TRLength,
int SecurePassword)
|
byte[] |
CAENRFIDLogicalSource.CustomCommand_EPC_C1G2(CAENRFIDTag Tag,
byte SubCmd,
short TXLen,
byte[] Data,
short RXLen)
This method can be used to issue a generic Custom command as defined by the EPC Class1 Gen2 protocol specification. |
byte[] |
CAENRFIDLogicalSource.CustomCommand_EPC_C1G2(CAENRFIDTag Tag,
byte SubCmd,
short TXLen,
byte[] Data,
short RXLen,
int AccessPassword)
This method can be used to issue a generic Custom command as defined by the EPC Class1 Gen2 protocol specification. |
EM4325TagData |
CAENRFIDLogicalSource.EM4325_GetSensorData(CAENRFIDTag Tag,
boolean UIDEnable,
boolean NewSample)
The GetSensorData command allows the reader to get the UID (if required) and sensor's tag information with a single command. |
protected EM4325TagData |
CAENRFIDReader.EM4325_GetSensorData(java.lang.String Source,
CAENRFIDTag Tag,
boolean UIDEnable,
boolean NewSample)
|
byte[] |
CAENRFIDLogicalSource.EM4325_GetUID(CAENRFIDTag Tag)
|
byte[] |
CAENRFIDLogicalSource.EM4325_GetUID(CAENRFIDTag Tag,
int Password)
The GetUID command allows the reader to get the UID from a tag with a single command. |
protected byte[] |
CAENRFIDReader.EM4325_GetUID(java.lang.String Source,
CAENRFIDTag Tag)
|
protected byte[] |
CAENRFIDReader.EM4325_GetUID(java.lang.String Source,
CAENRFIDTag Tag,
int password)
|
void |
CAENRFIDLogicalSource.EM4325_ResetAlarms(CAENRFIDTag Tag,
int Password)
The ResetAlarms command allows the reader to reset/clear the alarm conditions for Aux, Under Temp and Over Temp. |
protected void |
CAENRFIDReader.EM4325_ResetAlarms(java.lang.String Source,
CAENRFIDTag Tag,
int SecurePassword)
|
byte[] |
CAENRFIDLogicalSource.EM4325_SendSPI(CAENRFIDTag Tag,
byte SPIConfig,
byte[] SPICmd,
int SlaveSPILength)
The SendSPI command allows the reader to use the EM4325 SPI interface to send an SPI command to an SPI slave device attached to the EM4325 chip. |
byte[] |
CAENRFIDLogicalSource.EM4325_SendSPI(CAENRFIDTag Tag,
byte SPIConfig,
byte[] SPICmd,
int SlaveSPILength,
int Password)
The SendSPI command allows the reader to use the EM4325 SPI interface to send an SPI command to an SPI slave device attached to the EM4325 chip. |
protected byte[] |
CAENRFIDReader.EM4325_SendSPI(java.lang.String Source,
CAENRFIDTag Tag,
byte SPIConfig,
byte[] SPICmd,
int SlaveSPILength)
|
protected byte[] |
CAENRFIDReader.EM4325_SendSPI(java.lang.String Source,
CAENRFIDTag Tag,
byte SPIConfig,
byte[] SPICmd,
int SlaveSPILength,
int SecurePassword)
|
byte |
CAENRFIDLogicalSource.Fujitsu_BurstErase(CAENRFIDTag Tag,
byte MemBank,
short Address,
byte Length)
Sends the Fujitsu BurstErase custom command |
byte |
CAENRFIDLogicalSource.Fujitsu_BurstErase(CAENRFIDTag Tag,
byte MemBank,
short Address,
byte Length,
int AccessPassword)
Sends the Fujitsu BurstErase custom command |
protected byte |
CAENRFIDReader.Fujitsu_BurstErase(java.lang.String Source,
CAENRFIDTag Tag,
byte MemBank,
short address,
byte nbyte)
|
protected byte |
CAENRFIDReader.Fujitsu_BurstErase(java.lang.String Source,
CAENRFIDTag Tag,
byte MemBank,
short address,
byte nbyte,
int SecurePassword)
|
byte |
CAENRFIDLogicalSource.Fujitsu_BurstWrite(CAENRFIDTag Tag,
byte MemBank,
short Address,
byte Length,
byte[] data)
Sends the Fujitsu BurstWrite custom command |
byte |
CAENRFIDLogicalSource.Fujitsu_BurstWrite(CAENRFIDTag Tag,
byte MemBank,
short Address,
byte Length,
byte[] Data,
int AccessPassword)
Sends the Fujitsu BurstWrite custom command |
protected byte |
CAENRFIDReader.Fujitsu_BurstWrite(java.lang.String Source,
CAENRFIDTag Tag,
byte MemBank,
short address,
byte nbyte,
byte[] data)
|
protected byte |
CAENRFIDReader.Fujitsu_BurstWrite(java.lang.String Source,
CAENRFIDTag Tag,
byte MemBank,
short address,
byte nbyte,
byte[] data,
int SecurePassword)
|
void |
CAENRFIDLogicalSource.Fujitsu_ChgBlockGroupPassword(CAENRFIDTag Tag,
byte BlockGroupPtr,
int NewPassword,
int OldPassword)
Sends the Fujitsu ChgBlockGroupPassword custom command |
void |
CAENRFIDLogicalSource.Fujitsu_ChgBlockGroupPassword(CAENRFIDTag Tag,
byte BlockGroupPtr,
int NewPassword,
int OldPassword,
int AccessPassword)
Sends the Fujitsu ChgBlockGroupPassword custom command |
protected void |
CAENRFIDReader.Fujitsu_ChgBlockGroupPassword(java.lang.String Source,
CAENRFIDTag Tag,
byte BlockGroupPtr,
int NewPassword,
int CurrentPassword)
|
protected void |
CAENRFIDReader.Fujitsu_ChgBlockGroupPassword(java.lang.String Source,
CAENRFIDTag Tag,
byte BlockGroupPtr,
int NewPassword,
int CurrentPassword,
int SecurePassword)
|
void |
CAENRFIDLogicalSource.Fujitsu_ChgBlockLock(CAENRFIDTag Tag,
byte BlockGroupPtr,
int Payload,
int UserPassword)
Sends the Fujitsu ChgBlockLock custom command |
void |
CAENRFIDLogicalSource.Fujitsu_ChgBlockLock(CAENRFIDTag Tag,
byte BlockGroupPtr,
int Payload,
int UserPassword,
int AccessPassword)
Sends the Fujitsu ChgBlockLock custom command |
protected void |
CAENRFIDReader.Fujitsu_ChgBlockLock(java.lang.String Source,
CAENRFIDTag Tag,
byte BlockGroupPtr,
int Payload,
int UserPassword)
|
protected void |
CAENRFIDReader.Fujitsu_ChgBlockLock(java.lang.String Source,
CAENRFIDTag Tag,
byte BlockGroupPtr,
int Payload,
int UserPassword,
int SecurePassword)
|
void |
CAENRFIDLogicalSource.Fujitsu_ChgWordLock(CAENRFIDTag Tag,
byte MemBank,
short WordPtr,
byte Payload,
int UserPassword)
Sends the Fujitsu ChgWordLock custom command |
void |
CAENRFIDLogicalSource.Fujitsu_ChgWordLock(CAENRFIDTag Tag,
byte MemBank,
short WordPtr,
byte Payload,
int UserPassword,
int AccessPassword)
Sends the Fujitsu ChgWordLock custom command |
protected void |
CAENRFIDReader.Fujitsu_ChgWordLock(java.lang.String Source,
CAENRFIDTag Tag,
byte MemBank,
short WordPtr,
byte Payload,
int UserPassword)
|
protected void |
CAENRFIDReader.Fujitsu_ChgWordLock(java.lang.String Source,
CAENRFIDTag Tag,
byte MemBank,
short WordPtr,
byte Payload,
int UserPassword,
int SecurePassword)
|
byte[] |
CAENRFIDLogicalSource.Fujitsu_ReadBlockLock(CAENRFIDTag Tag,
byte BlockGroupPtr)
Sends the Fujitsu ReadBlockLock custom command |
byte[] |
CAENRFIDLogicalSource.Fujitsu_ReadBlockLock(CAENRFIDTag Tag,
byte BlockGroupPtr,
int AccessPassword)
Sends the Fujitsu ReadBlockLock custom command |
protected byte[] |
CAENRFIDReader.Fujitsu_ReadBlockLock(java.lang.String Source,
CAENRFIDTag Tag,
byte BlockGroupPtr)
|
protected byte[] |
CAENRFIDReader.Fujitsu_ReadBlockLock(java.lang.String Source,
CAENRFIDTag Tag,
byte BlockGroupPtr,
int SecurePassword)
|
void |
CAENRFIDLogicalSource.Fujitsu_Refresh(CAENRFIDTag Tag,
byte option)
Sends the Fujitsu Refresh custom command |
void |
CAENRFIDLogicalSource.Fujitsu_Refresh(CAENRFIDTag Tag,
byte Option,
int AccessPassword)
Sends the Fujitsu Refresh custom command |
protected void |
CAENRFIDReader.Fujitsu_Refresh(java.lang.String Source,
CAENRFIDTag Tag,
byte option)
|
protected void |
CAENRFIDReader.Fujitsu_Refresh(java.lang.String Source,
CAENRFIDTag Tag,
byte option,
int SecurePassword)
|
void |
CAENRFIDLogicalSource.Hitachi_BlockLock(CAENRFIDTag Tag,
byte BlockNum,
int UserPassword,
byte PayLoad)
Sends the Hitachi BlockLock custom command |
void |
CAENRFIDLogicalSource.Hitachi_BlockLock(CAENRFIDTag Tag,
byte BlockNum,
int UserPassword,
byte PayLoad,
int AccessPassword)
Sends the Hitachi BlockLock custom command |
protected void |
CAENRFIDReader.Hitachi_BlockLock(java.lang.String Source,
CAENRFIDTag Tag,
byte BlockNum,
int Password,
byte PayLoad)
|
protected void |
CAENRFIDReader.Hitachi_BlockLock(java.lang.String Source,
CAENRFIDTag Tag,
byte BlockNum,
int Password,
byte PayLoad,
int SecurePassword)
|
void |
CAENRFIDLogicalSource.Hitachi_BlockReadLock(CAENRFIDTag Tag,
byte BlockNum,
int UserPassword,
byte PayLoad)
Sends the Hitachi BlockReadLock custom command |
void |
CAENRFIDLogicalSource.Hitachi_BlockReadLock(CAENRFIDTag Tag,
byte BlockNum,
int UserPassword,
byte PayLoad,
int AccessPassword)
Sends the Hitachi BlockReadLock custom command |
protected void |
CAENRFIDReader.Hitachi_BlockReadLock(java.lang.String Source,
CAENRFIDTag Tag,
byte BlockNum,
int Password,
byte PayLoad)
|
protected void |
CAENRFIDReader.Hitachi_BlockReadLock(java.lang.String Source,
CAENRFIDTag Tag,
byte BlockNum,
int Password,
byte PayLoad,
int SecurePassword)
|
HitachiSysInfo |
CAENRFIDLogicalSource.Hitachi_GetSystemInfo(CAENRFIDTag Tag)
Deprecated. |
HitachiSysInfo |
CAENRFIDLogicalSource.Hitachi_GetSystemInfo(CAENRFIDTag Tag,
int AccessPassword)
Sends the Hitachi GetSystemInfo custom command |
protected byte[] |
CAENRFIDReader.Hitachi_GetSystemInfo(java.lang.String Source,
CAENRFIDTag Tag)
|
protected byte[] |
CAENRFIDReader.Hitachi_GetSystemInfo(java.lang.String Source,
CAENRFIDTag Tag,
int SecurePassword)
|
void |
CAENRFIDLogicalSource.Hitachi_ReadLock(CAENRFIDTag Tag,
short Payload)
Sends the Hitachi ReadLock custom command |
void |
CAENRFIDLogicalSource.Hitachi_ReadLock(CAENRFIDTag Tag,
short Payload,
int AccessPassword)
Sends the Hitachi ReadLock custom command |
protected void |
CAENRFIDReader.Hitachi_ReadLock(java.lang.String Source,
CAENRFIDTag Tag,
short Payload)
|
protected void |
CAENRFIDReader.Hitachi_ReadLock(java.lang.String Source,
CAENRFIDTag Tag,
short Payload,
int SecurePassword)
|
void |
CAENRFIDLogicalSource.Hitachi_SetAttenuate(CAENRFIDTag Tag,
byte Level,
boolean LevelLock)
Sends the Hitachi SetAttenuate custom command |
void |
CAENRFIDLogicalSource.Hitachi_SetAttenuate(CAENRFIDTag Tag,
byte Level,
boolean LevelLock,
int AccessPassword)
Sends the Hitachi SetAttenuate custom command |
protected void |
CAENRFIDReader.Hitachi_SetAttenuate(java.lang.String Source,
CAENRFIDTag Tag,
byte level,
boolean lock)
|
protected void |
CAENRFIDReader.Hitachi_SetAttenuate(java.lang.String Source,
CAENRFIDTag Tag,
byte level,
boolean lock,
int SecurePassword)
|
void |
CAENRFIDLogicalSource.Hitachi_WriteMultipleWords(CAENRFIDTag Tag,
short MemBank,
short Address,
byte Length,
byte[] Data)
Sends the Hitachi WriteMultipleWord custom command |
void |
CAENRFIDLogicalSource.Hitachi_WriteMultipleWords(CAENRFIDTag Tag,
short MemBank,
short WordPtr,
byte WordCount,
byte[] MaskData,
int AccessPassword)
Sends the Hitachi WriteMultipleWord custom command |
protected void |
CAENRFIDReader.Hitachi_WriteMultipleWords(java.lang.String Source,
CAENRFIDTag Tag,
short MemBank,
short WordPtr,
byte WordCount,
byte[] MaskData)
|
protected void |
CAENRFIDReader.Hitachi_WriteMultipleWords(java.lang.String Source,
CAENRFIDTag Tag,
short MemBank,
short WordPtr,
byte WordCount,
byte[] MaskData,
int SecurePassword)
|
protected void |
CAENRFIDReader.IDS_SL900A_EndLog(java.lang.String Source,
CAENRFIDTag Tag)
|
protected byte[] |
CAENRFIDReader.IDS_SL900A_GetLogState(java.lang.String Source,
CAENRFIDTag Tag,
boolean ShelfLife)
|
protected byte[] |
CAENRFIDReader.IDS_SL900A_GetMeasurementSetup(java.lang.String Source,
CAENRFIDTag Tag)
|
protected byte[] |
CAENRFIDReader.IDS_SL900A_GetSensorValue(java.lang.String Source,
CAENRFIDTag Tag,
byte SensorType)
|
protected void |
CAENRFIDReader.IDS_SL900A_Initialize(java.lang.String Source,
CAENRFIDTag Tag,
short DelayTime,
short ApplicationData)
|
protected void |
CAENRFIDReader.IDS_SL900A_SetLog(java.lang.String Source,
CAENRFIDTag Tag,
int LogMode)
|
protected void |
CAENRFIDReader.IDS_SL900A_SetLogLimits(java.lang.String Source,
CAENRFIDTag Tag,
byte[] LogLimits)
|
protected void |
CAENRFIDReader.IDS_SL900A_StartLog(java.lang.String Source,
CAENRFIDTag Tag,
int StartTime)
|
void |
CAENRFIDLogicalSource.KillTag_EPC_C1G1(CAENRFIDTag Tag,
short Password)
Kill the EPC_C1G1 Tag. |
protected void |
CAENRFIDReader.KillTag_EPC_C1G1(java.lang.String Source,
CAENRFIDTag tag,
short passwd)
|
void |
CAENRFIDLogicalSource.KillTag_EPC_C1G2(CAENRFIDTag Tag,
int Password)
Kill the EPC_C1G2 Tag. |
protected void |
CAENRFIDReader.KillTag_EPC_C1G2(java.lang.String Source,
CAENRFIDTag tag,
int password)
|
void |
CAENRFIDLogicalSource.LockBlockPermalock_EPC_C1G2(CAENRFIDTag Tag,
short MemBank,
short BlockPtr,
short BlockRange,
byte[] Mask,
int AccessPassword)
This method implements the BlockPermalock with ReadLock=1 as specified in EPC C1G2 rev. 1.2.0 protocol. |
protected void |
CAENRFIDReader.LockBlockPermalock_EPC_C1G2(java.lang.String Source,
CAENRFIDTag Tag,
short MemBank,
short BlockPtr,
short BlockRange,
byte[] Mask,
int AccessPassword)
|
void |
CAENRFIDLogicalSource.LockTag_EPC_C1G2(CAENRFIDTag Tag,
int Payload)
Lock a EPC C1G2 Tag's memory. |
void |
CAENRFIDLogicalSource.LockTag_EPC_C1G2(CAENRFIDTag Tag,
int Payload,
int AccessPassword)
Lock a EPC C1G2 Tag's memory in Secure Mode. |
protected void |
CAENRFIDReader.LockTag_EPC_C1G2(java.lang.String Source,
CAENRFIDTag tag,
int payload)
|
protected void |
CAENRFIDReader.LockTag_EPC_C1G2(java.lang.String Source,
CAENRFIDTag tag,
int payload,
int SecurePassword)
|
void |
CAENRFIDLogicalSource.LockTag_ISO180006B(CAENRFIDTag Tag,
short Address)
Lock a EPC C1G1 Tag's memory. |
protected void |
CAENRFIDReader.LockTag(java.lang.String Source,
CAENRFIDTag tag,
short address)
|
void |
CAENRFIDLogicalSource.NXP_Calibrate(CAENRFIDTag Tag)
Deprecated. |
void |
CAENRFIDLogicalSource.NXP_Calibrate(CAENRFIDTag Tag,
int AccessPassword)
Sends the NXP Calibrate custom command |
protected void |
CAENRFIDReader.NXP_Calibrate(java.lang.String Source,
CAENRFIDTag Tag)
|
protected void |
CAENRFIDReader.NXP_Calibrate(java.lang.String Source,
CAENRFIDTag Tag,
int SecurePassword)
|
void |
CAENRFIDLogicalSource.NXP_ChangeConfig(CAENRFIDTag Tag,
short ConfigWord)
This method can be used to issue a NXP_ChangeConfig custom command as defined in the NXP UCODE G2iM and G2iM+ datasheet. |
void |
CAENRFIDLogicalSource.NXP_ChangeConfig(CAENRFIDTag Tag,
short ConfigWord,
int Password)
This method can be used to issue a NXP_ChangeConfig custom command as defined in the NXP UCODE G2iM and G2iM+ datasheet. |
protected void |
CAENRFIDReader.NXP_ChangeConfig(java.lang.String Source,
CAENRFIDTag Tag,
short ConfigWord)
|
protected void |
CAENRFIDReader.NXP_ChangeConfig(java.lang.String Source,
CAENRFIDTag Tag,
short ConfigWord,
int SecurePassword)
|
void |
CAENRFIDLogicalSource.NXP_ChangeEAS(CAENRFIDTag Tag,
boolean EAS)
Deprecated. |
void |
CAENRFIDLogicalSource.NXP_ChangeEAS(CAENRFIDTag Tag,
boolean EAS,
int AccessPassword)
Sends the NXP Change EAS custom command |
protected void |
CAENRFIDReader.NXP_ChangeEAS(java.lang.String Source,
CAENRFIDTag Tag,
boolean EAS)
|
protected void |
CAENRFIDReader.NXP_ChangeEAS(java.lang.String Source,
CAENRFIDTag Tag,
boolean EAS,
int SecurePassword)
|
byte[] |
CAENRFIDLogicalSource.NXP_EAS_Alarm(CAENRFIDTag Tag,
int AccessPassword)
Deprecated. |
protected byte[] |
CAENRFIDReader.NXP_EAS_Alarm(java.lang.String Source,
CAENRFIDTag Tag)
|
protected byte[] |
CAENRFIDReader.NXP_EAS_Alarm(java.lang.String Source,
CAENRFIDTag Tag,
int SecurePassword)
|
void |
CAENRFIDLogicalSource.NXP_ReadProtect(CAENRFIDTag Tag)
Sends the NXP Calibrate custom command |
void |
CAENRFIDLogicalSource.NXP_ReadProtect(CAENRFIDTag Tag,
int AccessPassword)
Sends the NXP ReadProtect custom command |
protected void |
CAENRFIDReader.NXP_ReadProtect(java.lang.String Source,
CAENRFIDTag Tag)
|
protected void |
CAENRFIDReader.NXP_ReadProtect(java.lang.String Source,
CAENRFIDTag Tag,
int SecurePassword)
|
void |
CAENRFIDLogicalSource.NXP_ResetReadProtect(CAENRFIDTag Tag,
int Password)
Sends the NXP ResetReadProtect custom command |
void |
CAENRFIDLogicalSource.NXP_ResetReadProtect(CAENRFIDTag Tag,
int Password,
int AccessPassword)
Deprecated. |
protected void |
CAENRFIDReader.NXP_ResetReadProtect(java.lang.String Source,
CAENRFIDTag Tag,
int Password)
|
protected void |
CAENRFIDReader.NXP_ResetReadProtect(java.lang.String Source,
CAENRFIDTag Tag,
int Password,
int SecurePassword)
|
short |
CAENRFIDLogicalSource.ORIDAO_Begin(CAENRFIDTag Tag)
The ORIDAOBegin command is used to put the tag in the open or secure mode: if the password's value is 0 or the given password does not match the access password stored in the reserved memory bank then the tag will be put in the open state, otherwhise the secure mode will be entered. |
short |
CAENRFIDLogicalSource.ORIDAO_Begin(CAENRFIDTag Tag,
int Password)
The ORIDAOBegin command is used to put the tag in the open or secure mode: if the password's value is 0 or the given password does not match the access password stored in the reserved memory bank then the tag will be put in the open state, otherwhise the secure mode will be entered. |
protected short |
CAENRFIDReader.Oridao_Begin(java.lang.String Source,
CAENRFIDTag Tag)
|
protected short |
CAENRFIDReader.Oridao_Begin(java.lang.String Source,
CAENRFIDTag Tag,
int SecurePassword)
|
byte[] |
CAENRFIDLogicalSource.ORIDAO_Command(CAENRFIDTag Tag,
short handle,
short WriteLengthBit,
byte[] WriteData,
short ReplyLengthBit)
The ORIDACommand is used to send the ORIDAO custom command to a tag put in the open or secure mode by a previous ORIDAO begin command. |
protected byte[] |
CAENRFIDReader.Oridao_Command(java.lang.String Source,
CAENRFIDTag Tag,
short handle,
short WriteLengthBit,
byte[] WriteData,
short ReplyLengthBit)
|
void |
CAENRFIDLogicalSource.ORIDAO_End(CAENRFIDTag Tag)
The ORIDAOEnd command turn off the RF power which was left on by a previous ORIDAOBegin command. |
protected void |
CAENRFIDReader.Oridao_End(java.lang.String Source,
CAENRFIDTag Tag)
|
void |
CAENRFIDLogicalSource.ProgramID_EPC_C1G1(CAENRFIDTag Tag,
short Password,
boolean Lock)
Write the ID into the EPC_C1G1 Tag |
protected void |
CAENRFIDReader.ProgramID_EPC_C1G1(java.lang.String Source,
CAENRFIDTag tag,
short passwd,
boolean lock)
|
void |
CAENRFIDLogicalSource.ProgramID_EPC_C1G2(CAENRFIDTag Tag,
short NSI)
Write the ID into the EPC_C1G2 Tag |
void |
CAENRFIDLogicalSource.ProgramID_EPC_C1G2(CAENRFIDTag Tag,
short NSI,
int AccessPassword)
Write the ID into the EPC_C1G2 Tag in Secure Mode |
protected void |
CAENRFIDReader.ProgramID_EPC_C1G2(java.lang.String Source,
CAENRFIDTag tag,
short nsi)
|
protected void |
CAENRFIDReader.ProgramID_EPC_C1G2(java.lang.String Source,
CAENRFIDTag tag,
short nsi,
int SecurePassword)
|
void |
CAENRFIDLogicalSource.ProgramID_EPC119(CAENRFIDTag Tag,
byte[] NewID)
Write the ID into the EPC_1.19 Tag |
protected void |
CAENRFIDReader.ProgramID_EPC119(java.lang.String Source,
CAENRFIDTag tag,
byte[] newID)
|
byte[] |
CAENRFIDLogicalSource.ReadBlockPermalock_EPC_C1G2(CAENRFIDTag Tag,
short MemBank,
short BlockPtr,
short BlockRange,
int AccessPassword)
This method implements the BlockPermalock with ReadLock=0 as specified in EPC C1G2 rev. 1.2.0 protocol. |
protected byte[] |
CAENRFIDReader.ReadBlockPermalock_EPC_C1G2(java.lang.String Source,
CAENRFIDTag Tag,
short MemBank,
short BlockPtr,
short BlockRange,
int AccessPassword)
|
byte[] |
CAENRFIDLogicalSource.ReadTagData_EPC_C1G2(CAENRFIDTag Tag,
short MemBank,
short Address,
short Length)
Read EPC C1G2 Tag's memory |
byte[] |
CAENRFIDLogicalSource.ReadTagData_EPC_C1G2(CAENRFIDTag Tag,
short MemBank,
short Address,
short Length,
int AccessPassword)
Read EPC C1G2 Tag's memory in Secure Mode |
protected byte[] |
CAENRFIDReader.ReadTagData_EPC_C1G2(java.lang.String Source,
CAENRFIDTag tag,
short membank,
short address,
short nbyte)
|
protected byte[] |
CAENRFIDReader.ReadTagData_EPC_C1G2(java.lang.String Source,
CAENRFIDTag tag,
short membank,
short address,
short nbyte,
int SecurePassword)
|
byte[] |
CAENRFIDLogicalSource.ReadTagData(CAENRFIDTag Tag,
short Address,
short Length)
Read Tag's memory (only ISO18000_6b) |
protected byte[] |
CAENRFIDReader.ReadTagData(java.lang.String Source,
CAENRFIDTag tag,
short address,
short nbyte)
|
void |
CAENRFIDLogicalSource.SL900A_EndLog(CAENRFIDTag Tag)
This method can be used to issue an IDS SL900A EndLog custom command as defined in the IDS SL900A datasheet. |
byte[] |
CAENRFIDLogicalSource.SL900A_GetLogState(CAENRFIDTag Tag,
boolean ShelfLife)
This method can be used to issue an IDS SL900A Get Log State custom command as defined in the IDS SL900A datasheet. |
byte[] |
CAENRFIDLogicalSource.SL900A_GetMeasurementSetup(CAENRFIDTag Tag)
The SL900A_GetMeasurementSetup method try to read the current system setup. |
IDSTagData |
CAENRFIDLogicalSource.SL900A_GetSensorValue(CAENRFIDTag Tag,
byte SensorType)
This method can be used to issue an IDS SL900A Get Sensor Value custom command as defined in the IDS SL900A datasheet. |
void |
CAENRFIDLogicalSource.SL900A_Initialize(CAENRFIDTag Tag,
short DelayTime,
short ApplicationData)
This method can be used to issue an IDS SL900A Initialize custom command as defined in the IDS SL900A datasheet. |
void |
CAENRFIDLogicalSource.SL900A_SetLogLimits(CAENRFIDTag Tag,
byte[] LogLimits)
This SL900A_SetLogLimits method issues 4 limits that are going to be used for logging measurement data. |
void |
CAENRFIDLogicalSource.SL900A_SetLogMode(CAENRFIDTag Tag,
int LogMode)
The SET LOG MODE command sets the logging form, storage rule, enables sensors that are used in the logging process and finally sets the logging interval (in 1 second steps). |
void |
CAENRFIDLogicalSource.SL900A_StartLog(CAENRFIDTag Tag,
int StartTime)
The START LOG command starts the logging procedure and sets the Start time in UTC format. |
void |
CAENRFIDLogicalSource.Untraceable_EPC_C1G2(CAENRFIDTag Tag,
boolean U,
boolean HideEPC,
byte HideTID,
boolean HideUser,
short Range,
short NewEPCLen,
int Password)
The Untraceable_EPC_C1G2 command allows an interrogator with an asserted Untraceable privilege to instruct a Tag to (a) alter the L and U bits in EPC memory,(b) hide memory from interrogators with a deasserted Untraceable privilege and/or (c) reduce its operating range for all interrogators. |
protected void |
CAENRFIDReader.Untraceable_EPC_C1G2(java.lang.String Source,
CAENRFIDTag Tag,
boolean u,
boolean hideEPC,
byte hideTID,
boolean hideUser,
short range,
short newEPCLen,
int password)
|
void |
CAENRFIDLogicalSource.WriteTagData_EPC_C1G2(CAENRFIDTag Tag,
short MemBank,
short Address,
short Length,
byte[] Data)
Write into the EPC C1G2 Tag's memory |
void |
CAENRFIDLogicalSource.WriteTagData_EPC_C1G2(CAENRFIDTag Tag,
short MemBank,
short Address,
short Length,
byte[] Data,
int AccessPassword)
Write into the EPC C1G2 Tag's memory in Secure Mode |
protected void |
CAENRFIDReader.WriteTagData_EPC_C1G2(java.lang.String Source,
CAENRFIDTag tag,
short membank,
short address,
short nbyte,
byte[] twrite)
|
protected void |
CAENRFIDReader.WriteTagData_EPC_C1G2(java.lang.String Source,
CAENRFIDTag tag,
short membank,
short address,
short nbyte,
byte[] twrite,
int SecurePassword)
|
void |
CAENRFIDLogicalSource.WriteTagData(CAENRFIDTag Tag,
short Address,
short Length,
byte[] Data)
Write into the Tag's memory (only ISO18000_6b) |
protected void |
CAENRFIDReader.WriteTagData(java.lang.String Source,
CAENRFIDTag tag,
short address,
short nbyte,
byte[] twrite)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |