- R - Class in cipherlab.rfid.device1800.config
-
- R() - Constructor for class cipherlab.rfid.device1800.config.R
-
- R.attr - Class in cipherlab.rfid.device1800.config
-
- R.attr() - Constructor for class cipherlab.rfid.device1800.config.R.attr
-
- R.drawable - Class in cipherlab.rfid.device1800.config
-
- R.drawable() - Constructor for class cipherlab.rfid.device1800.config.R.drawable
-
- R.string - Class in cipherlab.rfid.device1800.config
-
- R.string() - Constructor for class cipherlab.rfid.device1800.config.R.string
-
- R.style - Class in cipherlab.rfid.device1800.config
-
- R.style() - Constructor for class cipherlab.rfid.device1800.config.R.style
-
- ResetByBTreconnected - Variable in class cipherlab.rfid.device1800.config.DeviceCounterOptions
-
A value indicating whether the counter is reset when a new Bluetooth connection is established
- ResetByCommand - Variable in class cipherlab.rfid.device1800.config.DeviceCounterOptions
-
A value indicating whether the counter is reset when a reset command is received.
- ResetByPowerOn - Variable in class cipherlab.rfid.device1800.config.DeviceCounterOptions
-
A value indicating whether the counter is reset when the RFID module powers on.
- ResetDataCounter() - Method in class cipherlab.rfid.device1800.config.Configurator
-
Sets the times to reset the counter on the 1800 device.
- RFIDData - Class in cipherlab.rfid.device1800.config
-
The RFIDData class defines the output data format of the 1800 device.
- RFIDData(int) - Constructor for class cipherlab.rfid.device1800.config.RFIDData
-
Initializes a new instance of the RFIDData class with the number of data fields.
- RFIDDataField - Enum in cipherlab.rfid.device1800.config
-
The RFIDDataField enumeration defines the output data fields of the 1800 device.
- RFIDDirectCancelInventoryRound() - Method in class cipherlab.rfid.device1800.config.TagOperator
-
Stops the 1800 device from tag scanning during an inventory round.
- RFIDDirectKillTag(byte[], byte[]) - Method in class cipherlab.rfid.device1800.config.TagOperator
-
Automatically triggers the 1800 device to kill a RFID tag with a given
EPC.
- RFIDDirectLockTag(byte[], byte[], LockTarget) - Method in class cipherlab.rfid.device1800.config.TagOperator
-
Automatically triggers the 1800 device to lock a RFID tag memory bank
with a given EPC.
- RFIDDirectPermanentLockTag(byte[], byte[], LockTarget) - Method in class cipherlab.rfid.device1800.config.TagOperator
-
Automatically triggers the 1800 device to permanently lock a RFID tag
memory bank with a given EPC.
- RFIDDirectReadTagByEPC(byte[], byte[], RFIDMemoryBank, int, int, int) - Method in class cipherlab.rfid.device1800.config.TagOperator
-
Automatically triggers a RFID tag read on the 1800 device with a given
EPC.
- RFIDDirectReadTagByTID(byte[], byte[], RFIDMemoryBank, int, int, int) - Method in class cipherlab.rfid.device1800.config.TagOperator
-
Automatically triggers a RFID tag read on the 1800 device with a given
TID.
- RFIDDirectStartInventoryRound(InventoryType, int) - Method in class cipherlab.rfid.device1800.config.TagOperator
-
Automatically triggers a RFID inventory round on the 1800 device.
- RFIDDirectUnlockTag(byte[], byte[], LockTarget) - Method in class cipherlab.rfid.device1800.config.TagOperator
-
Automatically triggers the 1800 device to unlock a RFID tag memory bank
with a given EPC.
- RFIDDirectWriteTagByEPC(byte[], byte[], RFIDMemoryBank, int, int, byte[]) - Method in class cipherlab.rfid.device1800.config.TagOperator
-
Automatically triggers a RFID tag write on the 1800 device with a given
EPC.
- RFIDDirectWriteTagByTID(byte[], byte[], RFIDMemoryBank, int, int, byte[]) - Method in class cipherlab.rfid.device1800.config.TagOperator
-
Automatically triggers a RFID tag write on the 1800 device with a given
TID.
- RFIDMemoryBank - Enum in cipherlab.rfid.device1800.config
-
The RFIDMemoryBank enumeration defines the tag memory banks that can be selected by the 1800 device before reading or writing the tag.
- RFIDMode - Enum in cipherlab.rfid.device1800.config
-
The RFIDMode enumeration defines read, write and inventory operations on RFID tags..
- RFIDReadTagMassive(byte[], RFIDMemoryBank, int, int) - Method in class cipherlab.rfid.device1800.config.TagOperator
-
Prepares the 1800 device for trigger-pressed read.
- RFIDWriteTagMassive(byte[], RFIDMemoryBank, byte[], int, int) - Method in class cipherlab.rfid.device1800.config.TagOperator
-
Prepares the 1800 device for trigger-pressed write.