Click or drag to resize

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

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