 | UHFWriteEPC Method (String, String, Byte) |
Selects a tag and writes specified data to EPC memory bank.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.10 (2.6.0.10)
Syntaxpublic bool WriteEPC(
string hexSelectedPcEpc,
string hexAccessPassword,
byte[] data
)
Public Function WriteEPC (
hexSelectedPcEpc As String,
hexAccessPassword As String,
data As Byte()
) As Boolean
Parameters
- hexSelectedPcEpc
- Type: SystemString
Specifies the tag EPC to be selected. - hexAccessPassword
- Type: SystemString
Specifies the password to write data. - 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