Click or drag to resize

UHFReadTag Method (String, MemoryBank, Int32, Int32)

Reads tag data from given memory bank.

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.10 (2.6.0.10)
Syntax
public byte[] ReadTag(
	string hexAccessPassword,
	MemoryBank memoryBank,
	int startWordAdress,
	int readLength
)

Parameters

hexAccessPassword
Type: SystemString
Specifies the password to write data.
memoryBank
Type: com.gigatms.ParametersMemoryBank
Specifies which memory bank to read.
startWordAdress
Type: SystemInt32
Specifies the start word address of memory bank to read data. When read EPC bank, notice that EPC starts from address 02, the first two 2 words are for CRC and PC.
readLength
Type: SystemInt32
Specifies the length read from memory bank.

Return Value

Type: Byte
The data to read out.
See Also