Click or drag to resize

TS50WriteEPC Method (String, Byte)

Writes EPC into tag. Note this API will automatically calculate and write the Gen2 PC based on the EPC length. UMI, XI, T, bits will set to 0. AFI or Attribute byte will set to 0. If you want to write EPC with specified T, AFI or Attribute, call WriteTag(String, MemoryBank, Int32, Byte) instead.

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public bool WriteEPC(
	string hexAccessPassword,
	byte[] epcData
)

Parameters

hexAccessPassword
Type: SystemString
Tag access password.
epcData
Type: SystemByte
Specifies the new Gen2 EPC to write into EPC bank.

Return Value

Type: Boolean
Return true if the operation is OK. Return False If the operation Is failed.
See Also