Method:
TagFields ReadTagData(int accessPassword, TagMask tagMask, TagFields tagFields)
Summary:
This method reads the tag data from the specified tag data bank: 0 = Reserved data,
1 = EPC data, 2 = Tag Identifier Data (TID), 3 = User data.
Method:
TagFields WriteTagData(int accessPassword, TagMask tagMask, TagFields tagFields)
Summary:
This method reads the tag data from the specified tag data bank: 0 = Reserved data,
1 = EPC data, 2 = Tag Identifier data (generally not writable), 3 = User data
using the mask data against the location specified by the maskBank, maskStartBitAddress
(offset into bank in number of bits) with length specified by maskBitLength number
of bits.
Method:
RFIDStatus KillTag(int killPassword, TagMask tagMask, TagFields tagFields )
Summary:
This method kills the tag reference by the specified input mask.
RFIDReader.LockTagData(int accessPassword,
TagMask tagMask,
int killPwdLock,
int accessPwdLock,
int epcLock,
int userDataLock,
TagFields tagFields)
Method:
RFIDStatus LockTagData(int accessPassword, TagMask tagMask,
int killPwdLock, int accessPwdLock, int epcLock,
int userDataLock, TagFields tagFields)
Summary:
This method locks, unlocks, or permanently locks or unlocks one or more data banks
on the tag.
Method:
TagFields ReadTagData(int accessPassword, TagMask tagMask, TagFields tagFields)
Summary:
This method reads the tag data from the specified tag data bank: 0 = Reserved data,
1 = EPC data, 2 = Tag Identifier Data (TID), 3 = User data.
Method:
TagFields WriteTagData(int accessPassword, TagMask tagMask, TagFields tagFields)
Summary:
This method reads the tag data from the specified tag data bank: 0 = Reserved data,
1 = EPC data, 2 = Tag Identifier data (generally not writable), 3 = User data
using the mask data against the location specified by the maskBank, maskStartBitAddress
(offset into bank in number of bits) with length specified by maskBitLength number
of bits.