UHFWriteEPC Method (String, String, Byte)GIGATMS.UHF Help Documentation
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.0 (2.6.0.0)
Syntax

public bool WriteEPC(
	string hexSelectedPcEpc,
	string hexAccessPassword,
	ref 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

Reference