Click or drag to resize

TS800WriteTag Method (String, MemoryBank, Int32, Byte)

Writes raw data into tag.

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public bool WriteTag(
	string hexAccessPassword,
	MemoryBank memoryBank,
	int startWordAddress,
	byte[] data
)

Parameters

hexAccessPassword
Type: SystemString
Tag access password.
memoryBank
Type: com.gigatms.ParametersMemoryBank
Whick tag memory bank.
startWordAddress
Type: SystemInt32
Start word address of memory bank. Note that EPC starts from address 02 when read EPC bank, the first two 2 words are for CRC and PC.
data
Type: SystemByte
Specifies the data to write into tag.

Return Value

Type: Boolean
Return true if the operation is OK. Return False If the operation Is failed.
See Also