Click or drag to resize

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)
Syntax
public bool WriteEPC(
	string hexAccessPassword,
	byte[] epcData
)

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