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)
Syntaxpublic byte[] ReadTag(
	string hexSelectedPcEpc,
	string hexAccessPassword,
	MemoryBank memoryBank,
	int startWordAddress,
	int readLength
)
Public Function ReadTag ( 
	hexSelectedPcEpc As String,
	hexAccessPassword As String,
	memoryBank As MemoryBank,
	startWordAddress As Integer,
	readLength As Integer
) As Byte()
public:
array<unsigned char>^ 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