 | UHFWriteEPC Method (String, Byte) |
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 hexAccessPassword,
byte[] epcData
)
Public Function WriteEPC (
hexAccessPassword As String,
epcData As Byte()
) As Boolean
Parameters
- hexAccessPassword
- Type: SystemString
Specifies the password to write data. - epcData
- 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