Click or drag to resize

TS800_60ReadTag Method (String, MemoryBank, Int32, Int32)

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)
Syntax
public byte[] 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