Click or drag to resize

TS100.ReadTag 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.17.1.0 (2.17.1.0)
Syntax
public byte[] ReadTag(
	string hexSelectedPcEpc,
	string hexAccessPassword,
	MemoryBank memoryBank,
	int startWordAddress,
	int readLength
)

Parameters

hexSelectedPcEpc
Type: System.String
Specifies the tag with identical PC and EPC.
hexAccessPassword
Type: System.String
Tag access password.
memoryBank
Type: com.gigatms.Parameters.MemoryBank
Specifies which memory bank to read.
startWordAddress
Type: System.Int32
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: System.Int32
Word length (1 word = 2 bytes).

Return Value

Type:Byte[]
The data to read out.
See Also