Modifier and Type | Method and Description |
---|---|
DeviceResponse |
TagOperator.RFIDDirectKillTag(byte[] password,
byte[] epc)
Automatically triggers the 1800 device to kill a RFID tag with a given
EPC.
|
DeviceResponse |
TagOperator.RFIDDirectLockTag(byte[] password,
byte[] epc,
cipherlab.rfid.device1800.config.LockTarget targetBank)
Automatically triggers the 1800 device to lock a RFID tag memory bank
with a given EPC.
|
DeviceResponse |
TagOperator.RFIDDirectPermanentLockTag(byte[] password,
byte[] epc,
cipherlab.rfid.device1800.config.LockTarget targetBank)
Automatically triggers the 1800 device to permanently lock a RFID tag
memory bank with a given EPC.
|
DeviceResponse |
TagOperator.RFIDDirectUnlockTag(byte[] password,
byte[] epc,
cipherlab.rfid.device1800.config.LockTarget targetBank)
Automatically triggers the 1800 device to unlock a RFID tag memory bank
with a given EPC.
|
DeviceResponse |
TagOperator.RFIDDirectWriteTagByEPC(byte[] password,
byte[] epc,
RFIDMemoryBank bank,
int start,
int retry,
byte[] data)
Automatically triggers a RFID tag write on the 1800 device with a given
EPC.
|
DeviceResponse |
TagOperator.RFIDDirectWriteTagByTID(byte[] password,
byte[] tid,
RFIDMemoryBank bank,
int start,
int retry,
byte[] data)
Automatically triggers a RFID tag write on the 1800 device with a given
TID.
|
static DeviceResponse |
DeviceResponse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceResponse[] |
DeviceResponse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IConfigEventListener.onInventory(InventoryData data,
DeviceResponse response)
1860 device send inventory data
|
void |
IConfigEventListener.onReadTag(byte[] data,
DeviceResponse response)
1860 device send reading tag data
|