UHFWriteTag Method (String, String, MemoryBank, Int32, Byte)GIGATMS.UHF Help Documentation
Selects a tag and 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 hexSelectedPcEpc,
	string hexAccessPassword,
	MemoryBank writeBank,
	int startWordAddress,
	ref byte[] data
)

Parameters

hexSelectedPcEpc
Type: SystemString
Specifies the tag EPC to be selected.
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: Boolean
Return true if the operation is OK. Return False If the operation Is failed.
See Also

Reference