Public 成员函数 | |
String | GetData () |
Rfid 数据字段。从最高有效位(MSB)到最低有效位(LSB)(从左到右)。十六进制格式的数据。 | |
RfidMemBlockEnum | GetMemory () |
访问的内存类型。请注意,并非所有内存类型都是可写的。例如,TID(标签识别)通常是只读的。 | |
int | GetOffsetFromStart () |
选择性字偏移(每计数 16 位),如果访问的内存不是内存银行的起始位置。 更多... | |
String | GetPassword () |
支持此功能的标签可选择性地设置密码。 | |
RfidPasswordTypeEnum | GetPasswordType () |
选择内存访问的密码类型。 | |
void | SetData (String data) |
void | SetMemory (RfidMemBlockEnum memory) |
void | SetOffsetFromStart (int offsetFromStart) |
void | SetPassword (String password) |
void | SetPasswordType (RfidPasswordTypeEnum passwordType) |
abstract String | toString () |
Protected 成员函数 | |
ARfidWrite (RfidMemBlockEnum memBlock, String data) | |
int GetOffsetFromStart | ( | ) |
选择性字偏移(每计数 16 位),如果访问的内存不是内存银行的起始位置。
第一个字从偏移量 0 开始,第二个字从偏移量 1 开始,依此类推。
注意:
对于 Gen 2 标签上的 EPC,CRC(字 0)和 PC 位(字 1)不计入偏移量的一部分。 即,偏移量 0,指的是 PC 位后的第一个字。
实现了 IRfidBitField.