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