Click or drag to resize

TS800_60ReadTag Method (String, String, MemoryBank, Int32, Int32)

Reads raw data from tag with specified EPC.

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

Parameters

hexSelectedPcEpc
Type: SystemString
Specifies the tag with identical PC and EPC.
hexAccessPassword
Type: SystemString
Tag access password.
memoryBank
Type: com.gigatms.ParametersMemoryBank
Specifies which memory bank to read.
startWordAddress
Type: SystemInt32
Start word address of memory bank. When read EPC bank, notice that EPC starts from address 02, 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