Modifier and Type | Method and Description |
---|---|
RFIDMemoryBank |
Configurator.GetSelectedMemoryBank() |
static RFIDMemoryBank |
RFIDMemoryBank.valueOf(int value) |
static RFIDMemoryBank |
RFIDMemoryBank.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RFIDMemoryBank[] |
RFIDMemoryBank.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TagOperator.RFIDDirectReadTagByEPC(byte[] password,
byte[] epc,
RFIDMemoryBank bank,
int start,
int length,
int retry)
Automatically triggers a RFID tag read on the 1800 device with a given
EPC.
|
void |
TagOperator.RFIDDirectReadTagByTID(byte[] password,
byte[] tid,
RFIDMemoryBank bank,
int start,
int length,
int retry)
Automatically triggers a RFID tag read on the 1800 device with a given
TID.
|
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.
|
void |
TagOperator.RFIDReadTagMassive(byte[] password,
RFIDMemoryBank bank,
int start,
int length)
Prepares the 1800 device for trigger-pressed read.
|
void |
TagOperator.RFIDWriteTagMassive(byte[] password,
RFIDMemoryBank bank,
byte[] data,
int start,
int length)
Prepares the 1800 device for trigger-pressed write.
|
void |
Configurator.SelectMemoryBank(RFIDMemoryBank bank) |