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 hexAccessPassword, MemoryBank memoryBank, int startWordAddress, int readLength )
Parameters
- hexAccessPassword
- Type: SystemString
Specifies the password to write data. - memoryBank
- Type: com.gigatms.parametersMemoryBank
Specifies which memory bank to read. - startWordAddress
- 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: ByteThe data to read out.
See Also