Click or drag to resize

UHF880 Methods

The UHF880 type exposes the following members.

Methods
  NameDescription
Public methodConnect
Connects to device using specified port name and settings.
(Inherited from UHF.)
Public methodDirectIoMultiAck
Used by manufacture only.
(Inherited from UHF.)
Public methodDisconnect
Close connection.
(Inherited from UHF.)
Public methodGetAllSettings
Gets all UHF880 Settings. Any modification to the settings object will take effect after calling SetAllSettings(Boolean, Settings).
Public methodGetFirmwareVersion
Gets the firmware version of the reader.
(Inherited from UHF.)
Public methodInventoryTags (Inherited from UHF.)
Public methodLockTag
Lock or unlock specified memory.
Public methodReadTag
Reads tag raw data from given memory bank.
Public methodSetAllSettings
Sets all UHF880 Settings.
Public methodStartInventory
Starts the process of tag inventory using specified trigger source.
(Overrides UHFStartInventory(TagPresentedType).)
Public methodStopInventory
Stops the process of tag inventory.
(Overrides UHFStopInventory.)
Public methodWriteEPC
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 methodWriteTag
Writes raw data into tag.
Top
See Also