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(String Source,
CAENRFIDTag Tag,
boolean senRep,
boolean incRepLen,
char csi,
byte[] challenge,
short repLen,
int password) |
|
void |
CAENRFIDLogicalSource.BlockProgramID_EPC_C1G2(CAENRFIDTag Tag,
short NSI,
short BlockLength) |
This method can be used to optimize a programming operation on an ISO18000-6C (EPC Class1 Gen2) tag's ID space,
writing data a block of bytes at time.
|
void |
CAENRFIDLogicalSource.BlockProgramID_EPC_C1G2(CAENRFIDTag Tag,
short NSI,
short BlockLength,
int AccessPassword) |
This method can be used to optimize a programming operation on an ISO18000-6C (EPC Class1 Gen2) tag's ID space,
writing data a block of bytes at time.
|
protected void |
CAENRFIDReader.BlockProgramID_EPC_C1G2(String Source,
CAENRFIDTag Tag,
short NSI,
short blockLength) |
|
protected void |
CAENRFIDReader.BlockProgramID_EPC_C1G2(String Source,
CAENRFIDTag Tag,
short NSI,
short blockLength,
int accessPassword) |
|
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(String Source,
CAENRFIDTag tag,
short address,
short mask,
short nbyte,
byte[] twrite) |
|
void |
CAENRFIDLogicalSource.BlockWriteTagData_EPC_C1G2(CAENRFIDTag Tag,
short MemBank,
short Address,
short BlockLength,
short Length,
byte[] Data) |
This method can be used to optimize a writing operation on an ISO18000-6C (EPC Class1 Gen2)
tag's memory, writing data a block of bytes at time.
|
void |
CAENRFIDLogicalSource.BlockWriteTagData_EPC_C1G2(CAENRFIDTag Tag,
short MemBank,
short Address,
short BlockLength,
short Length,
byte[] Data,
int AccessPassword) |
This method can be used to optimize a writing operation on an ISO18000-6C (EPC Class1 Gen2)
tag's memory, writing data a block of bytes at time.
|
protected void |
CAENRFIDReader.BlockWriteTagData_EPC_C1G2(String Source,
CAENRFIDTag Tag,
short MemBank,
short address,
short blockLength,
short nbyte,
byte[] twrite) |
|
protected void |
CAENRFIDReader.BlockWriteTagData_EPC_C1G2(String Source,
CAENRFIDTag Tag,
short MemBank,
short address,
short blockLength,
short nbyte,
byte[] twrite,
int accessPassword) |
|
protected byte[] |
CAENRFIDReader.CustomCMD_EPC_C1G2(String Source,
CAENRFIDTag Tag,
byte SubCmd,
short Length,
byte[] Data,
short TRLength) |
|
protected byte[] |
CAENRFIDReader.CustomCMD_EPC_C1G2(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(String Source,
CAENRFIDTag Tag,
boolean UIDEnable,
boolean NewSample) |
|
byte[] |
CAENRFIDLogicalSource.EM4325_GetUID(CAENRFIDTag Tag) |
The GetUID command allows the reader to get the UID from a tag with a single
command.
|
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(String Source,
CAENRFIDTag Tag) |
|
protected byte[] |
CAENRFIDReader.EM4325_GetUID(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(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(String Source,
CAENRFIDTag Tag,
byte SPIConfig,
byte[] SPICmd,
int SlaveSPILength) |
|
protected byte[] |
CAENRFIDReader.EM4325_SendSPI(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(String Source,
CAENRFIDTag Tag,
byte MemBank,
short address,
byte nbyte) |
|
protected byte |
CAENRFIDReader.Fujitsu_BurstErase(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(String Source,
CAENRFIDTag Tag,
byte MemBank,
short address,
byte nbyte,
byte[] data) |
|
protected byte |
CAENRFIDReader.Fujitsu_BurstWrite(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(String Source,
CAENRFIDTag Tag,
byte BlockGroupPtr,
int NewPassword,
int CurrentPassword) |
|
protected void |
CAENRFIDReader.Fujitsu_ChgBlockGroupPassword(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(String Source,
CAENRFIDTag Tag,
byte BlockGroupPtr,
int Payload,
int UserPassword) |
|
protected void |
CAENRFIDReader.Fujitsu_ChgBlockLock(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(String Source,
CAENRFIDTag Tag,
byte MemBank,
short WordPtr,
byte Payload,
int UserPassword) |
|
protected void |
CAENRFIDReader.Fujitsu_ChgWordLock(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(String Source,
CAENRFIDTag Tag,
byte BlockGroupPtr) |
|
protected byte[] |
CAENRFIDReader.Fujitsu_ReadBlockLock(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(String Source,
CAENRFIDTag Tag,
byte option) |
|
protected void |
CAENRFIDReader.Fujitsu_Refresh(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(String Source,
CAENRFIDTag Tag,
byte BlockNum,
int Password,
byte PayLoad) |
|
protected void |
CAENRFIDReader.Hitachi_BlockLock(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(String Source,
CAENRFIDTag Tag,
byte BlockNum,
int Password,
byte PayLoad) |
|
protected void |
CAENRFIDReader.Hitachi_BlockReadLock(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(String Source,
CAENRFIDTag Tag) |
|
protected byte[] |
CAENRFIDReader.Hitachi_GetSystemInfo(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(String Source,
CAENRFIDTag Tag,
short Payload) |
|
protected void |
CAENRFIDReader.Hitachi_ReadLock(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(String Source,
CAENRFIDTag Tag,
byte level,
boolean lock) |
|
protected void |
CAENRFIDReader.Hitachi_SetAttenuate(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(String Source,
CAENRFIDTag Tag,
short MemBank,
short WordPtr,
byte WordCount,
byte[] MaskData) |
|
protected void |
CAENRFIDReader.Hitachi_WriteMultipleWords(String Source,
CAENRFIDTag Tag,
short MemBank,
short WordPtr,
byte WordCount,
byte[] MaskData,
int SecurePassword) |
|
protected void |
CAENRFIDReader.IDS_SL900A_EndLog(String Source,
CAENRFIDTag Tag) |
|
protected byte[] |
CAENRFIDReader.IDS_SL900A_GetBatteryLevel(String Source,
CAENRFIDTag Tag,
boolean BatteryTypeReCheck) |
|
protected byte[] |
CAENRFIDReader.IDS_SL900A_GetCalibrationData(String Source,
CAENRFIDTag Tag) |
|
protected byte[] |
CAENRFIDReader.IDS_SL900A_GetLogState(String Source,
CAENRFIDTag Tag,
boolean ShelfLife) |
|
protected byte[] |
CAENRFIDReader.IDS_SL900A_GetMeasurementSetup(String Source,
CAENRFIDTag Tag) |
|
protected byte[] |
CAENRFIDReader.IDS_SL900A_GetSensorValue(String Source,
CAENRFIDTag Tag,
byte SensorType) |
|
protected void |
CAENRFIDReader.IDS_SL900A_Initialize(String Source,
CAENRFIDTag Tag,
short DelayTime,
short ApplicationData) |
|
protected void |
CAENRFIDReader.IDS_SL900A_OpenArea(String Source,
CAENRFIDTag Tag,
byte PasswordLevel,
int Password) |
|
protected void |
CAENRFIDReader.IDS_SL900A_SetLog(String Source,
CAENRFIDTag Tag,
int LogMode) |
|
protected void |
CAENRFIDReader.IDS_SL900A_SetLogLimits(String Source,
CAENRFIDTag Tag,
byte[] LogLimits) |
|
protected void |
CAENRFIDReader.IDS_SL900A_SetPassword(String Source,
CAENRFIDTag Tag,
byte PasswordLevel,
int Password) |
|
protected void |
CAENRFIDReader.IDS_SL900A_StartLog(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(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(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(String Source,
CAENRFIDTag Tag,
short MemBank,
short BlockPtr,
short BlockRange,
byte[] Mask,
int AccessPassword) |
|
protected void |
CAENRFIDReader.LockTag(String Source,
CAENRFIDTag tag,
short address) |
|
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(String Source,
CAENRFIDTag tag,
int payload) |
|
protected void |
CAENRFIDReader.LockTag_EPC_C1G2(String Source,
CAENRFIDTag tag,
int payload,
int SecurePassword) |
|
void |
CAENRFIDLogicalSource.LockTag_ISO180006B(CAENRFIDTag Tag,
short Address) |
Lock a EPC C1G1 Tag's memory.
|
byte[] |
CAENRFIDLogicalSource.MAGNUSS2_ReadSensor(CAENRFIDTag Tag) |
The MAGNUSS2_ReadSensor method reads the tag sensor.
|
byte[] |
CAENRFIDLogicalSource.MAGNUSS3_ReadSensor(CAENRFIDTag Tag) |
The MAGNUSS3_ReadSensor method reads the tag sensor.
|
byte[] |
CAENRFIDLogicalSource.MAGNUSS3_ReadTemperature(CAENRFIDTag Tag) |
The MAGNUSS3_ReadTemperature method reads the tag temperature sensor.
|
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(String Source,
CAENRFIDTag Tag) |
|
protected void |
CAENRFIDReader.NXP_Calibrate(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(String Source,
CAENRFIDTag Tag,
short ConfigWord) |
|
protected void |
CAENRFIDReader.NXP_ChangeConfig(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(String Source,
CAENRFIDTag Tag,
boolean EAS) |
|
protected void |
CAENRFIDReader.NXP_ChangeEAS(String Source,
CAENRFIDTag Tag,
boolean EAS,
int SecurePassword) |
|
byte[] |
CAENRFIDLogicalSource.NXP_EAS_Alarm(CAENRFIDTag Tag,
int AccessPassword) |
Deprecated.
|
protected byte[] |
CAENRFIDReader.NXP_EAS_Alarm(String Source,
CAENRFIDTag Tag) |
|
protected byte[] |
CAENRFIDReader.NXP_EAS_Alarm(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(String Source,
CAENRFIDTag Tag) |
|
protected void |
CAENRFIDReader.NXP_ReadProtect(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(String Source,
CAENRFIDTag Tag,
int Password) |
|
protected void |
CAENRFIDReader.NXP_ResetReadProtect(String Source,
CAENRFIDTag Tag,
int Password,
int SecurePassword) |
|
protected short |
CAENRFIDReader.Oridao_Begin(String Source,
CAENRFIDTag Tag) |
|
protected short |
CAENRFIDReader.Oridao_Begin(String Source,
CAENRFIDTag Tag,
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 byte[] |
CAENRFIDReader.Oridao_Command(String Source,
CAENRFIDTag Tag,
short handle,
short WriteLengthBit,
byte[] WriteData,
short ReplyLengthBit) |
|
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 void |
CAENRFIDReader.Oridao_End(String Source,
CAENRFIDTag Tag) |
|
void |
CAENRFIDLogicalSource.ORIDAO_End(CAENRFIDTag Tag) |
The ORIDAOEnd command turn off the RF power which was left on by a previous
ORIDAOBegin command.
|
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(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(String Source,
CAENRFIDTag tag,
short nsi) |
|
protected void |
CAENRFIDReader.ProgramID_EPC_C1G2(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(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(String Source,
CAENRFIDTag Tag,
short MemBank,
short BlockPtr,
short BlockRange,
int AccessPassword) |
|
byte[] |
CAENRFIDLogicalSource.ReadTagData(CAENRFIDTag Tag,
short Address,
short Length) |
Read Tag's memory (only ISO18000_6b)
|
protected byte[] |
CAENRFIDReader.ReadTagData(String Source,
CAENRFIDTag tag,
short address,
short nbyte) |
|
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(String Source,
CAENRFIDTag tag,
short membank,
short address,
short nbyte) |
|
protected byte[] |
CAENRFIDReader.ReadTagData_EPC_C1G2(String Source,
CAENRFIDTag tag,
short membank,
short address,
short nbyte,
int SecurePassword) |
|
protected byte[] |
CAENRFIDReader.RFMicron_MAGNUSS2_ReadSensor(String Source,
CAENRFIDTag Tag) |
|
protected byte[] |
CAENRFIDReader.RFMicron_MAGNUSS3_ReadSensor(String Source,
CAENRFIDTag Tag) |
|
protected byte[] |
CAENRFIDReader.RFMicron_MAGNUSS3_ReadTemperature(String Source,
CAENRFIDTag Tag) |
|
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_GetBatteryLevel(CAENRFIDTag Tag,
Boolean BatteryTypeReCheck) |
The SL900A_GetBatteryLevel method try to read the level of the battery
The current status is returned as: | AD | BT | ZE | BL |
AD : A\D error (1 bit)
BT : Battery Type (1 bit)
ZE : Zeros (4 bits)
BL : Battery Level (10 bits)
|
byte[] |
CAENRFIDLogicalSource.SL900A_GetCalibrationData(CAENRFIDTag Tag) |
The SL900A_GetCalibrationData method try to read the calibration
data for the internal and external sensors.
|
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_OpenArea(CAENRFIDTag Tag,
byte PasswordLevel,
int Password) |
The SL900A_OpenArea method opens the specified area of the memory.
|
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_SetPassword(CAENRFIDTag Tag,
byte PasswordLevel,
int Password) |
The SL900A_SetPassword method sets the password for the
specified memory area.
|
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(String Source,
CAENRFIDTag Tag,
boolean u,
boolean hideEPC,
byte hideTID,
boolean hideUser,
short range,
short newEPCLen,
int password) |
|
void |
CAENRFIDLogicalSource.WriteTagData(CAENRFIDTag Tag,
short Address,
short Length,
byte[] Data) |
Write into the Tag's memory (only ISO18000_6b)
|
protected void |
CAENRFIDReader.WriteTagData(String Source,
CAENRFIDTag tag,
short address,
short nbyte,
byte[] twrite) |
|
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(String Source,
CAENRFIDTag tag,
short membank,
short address,
short nbyte,
byte[] twrite) |
|
protected void |
CAENRFIDReader.WriteTagData_EPC_C1G2(String Source,
CAENRFIDTag tag,
short membank,
short address,
short nbyte,
byte[] twrite,
int SecurePassword) |
|