Writes specified data to given memory bank.
Namespace: com.gigatms
Assembly: GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool WriteTag( string hexAccessPassword, MemoryBank writeBank, int startWordAddress, ref byte[] data )
Parameters
- hexAccessPassword
- Type: SystemString
Specifies the password to write data. - writeBank
- Type: com.gigatms.parametersMemoryBank
Specifies which memory bank to write. - startWordAddress
- Type: SystemInt32
Specifies the start word address of memory bank to write data.When write EPC bank, notice that EPC starts from address 02, the first two 2 words are for CRC and PC. - data
- Type: SystemByte
Specifies the data to write to memory bank.
Return Value
Type: BooleanReturn true if the operation is OK. Return False If the operation Is failed.
See Also