 | UHFWriteTag Method (String, MemoryBank, Int32, Byte) |
Writes specified data to given memory bank.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.10 (2.6.0.10)
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
Parameters
- hexAccessPassword
- Type: SystemString
Specifies the password to write data. - memoryBank
- 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