Click or drag to resize

UR0250WriteEPC Method

Overload List
  NameDescription
Public methodWriteEPC(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.
Public methodWriteEPC(String, String, Byte)
Writes EPC into tag with specified EPC. 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, String, MemoryBank, Int32, Byte) instead.
Top
See Also