Reads tag raw data from given memory bank.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic byte[] ReadTag(
string hexAccessPassword,
MemoryBank memoryBank,
int startWordAddress,
int readLength
)
Public Function ReadTag (
hexAccessPassword As String,
memoryBank As MemoryBank,
startWordAddress As Integer,
readLength As Integer
) As Byte()
public:
array<unsigned char>^ ReadTag(
String^ hexAccessPassword,
MemoryBank memoryBank,
int startWordAddress,
int readLength
)
Parameters
- hexAccessPassword
- Type: SystemString
Tag access password. - memoryBank
- Type: com.gigatms.ParametersMemoryBank
Which tag memory bank. - startWordAddress
- Type: SystemInt32
Start word address of memory bank.
Note that EPC starts from address 02 when read EPC bank, the first two 2 words are for CRC and PC.
- readLength
- Type: SystemInt32
Word length (1 word = 2 bytes).
Return Value
Type:
Byte
The data to read out.
See Also