Click or drag to resize

UHF Class

Provides APIs to control UHF reader and access the reader SettingsBase.
Inheritance Hierarchy
SystemObject
  com.gigatmsUHF
    More...

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public abstract class UHF

The UHF type exposes the following members.

Constructors
  NameDescription
Public methodUHF
Initializes a new instance of UHF class.
Top
Properties
  NameDescription
Public propertyDeviceName Obsolete.
Public propertyErrorCode
Gets the error code the the result of invoking method.
Public propertyErrorMessage
Gets the error reason description.
Public propertyFrequencyLocked
Gets a value indicating whether Frequency is locked.
Public propertyHasBle
Gets a value indicating whether this reader has BLE module.
Public propertyHasBleKeyboard
Gets a value indicating whether this reader supports BLE keyboard.
Public propertyHasWiFi
Gets a value indicating whether this reader has Wi-Fi module.
Public propertyIsConnected
Gets a value indicating the reader is connected or disconnected.
Public propertyPortName
Connection string used to connect reader.
Public propertyProductName
Reader Name.
Public propertySdkVersion
Gets the version of SDK library (GIGATMS.UHF.dll).
Top
Methods
  NameDescription
Public methodConnect
Connects to device using specified port name and settings.
Public methodDirectIoMultiAck
Used by manufacture only.
Public methodDisconnect
Close connection.
Public methodGetFirmwareVersion
Gets the firmware version of the reader.
Public methodInventoryTags
Public methodStartInventory
Starts the process of tag inventory using specified trigger source.
Public methodStopInventory
Stops the process of tag inventory.
Top
Events
  NameDescription
Public eventOnConnectionStateChanged
Indicates when the reader has connected or disconnected.
Public eventOnError
Notify when reader error occurred.
Public eventOnErrorOccurred Obsolete.
Notifies the application that an error has been detected and a suitable response is necessary to process the error condition.
Public eventOnTagPresented
Indicates that the reader has inventoried a new tag.
Public eventOnTagPresentedEx
Indicates that the reader reads a new tag.
Public eventOnTagRemoved
Indicates that an inventoried tag is removed.
Public eventOnTagRemovedEx
Indicates that an inventoried tag is removed.
Top
Fields
  NameDescription
Public fieldStatic memberDEFAULT_PASSWORD
Default tag Access Password and Kill Password (00000000). Tag kill password must set to non-default in order to kill the tag.
Public fieldStatic memberPreviousEPC
Top
See Also
Inheritance Hierarchy