UHFReadTag Method (String, String, MemoryBank, Int32, Int32)GIGATMS.UHF Help Documentation
Reads tag data from given memory bank.

Namespace: com.gigatms
Assembly: GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax

public byte[] ReadTag(
	string hexSelectedPcEpc,
	string hexAccessPassword,
	MemoryBank memoryBank,
	int startWordAdress,
	int readLength
)

Parameters

hexSelectedPcEpc
Type: SystemString
Specifies the password to write data.
hexAccessPassword
Type: SystemString
Specifies the access password to get the permission to access tag 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

Reference