Click or drag to resize

SR5 Class

Inheritance Hierarchy

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

The SR5 type exposes the following members.

Constructors
  NameDescription
Public methodSR5(Byte)
Initializes a new instance of the SR5 class.
Public methodSR5(Byte, Int32, Int32)
Initializes a new instance of the SR5 class
Top
Properties
  NameDescription
Public propertyDeviceName Obsolete. (Inherited from UHF.)
Public propertyErrorCode
Gets the error code the the result of invoking method.
(Inherited from UHF.)
Public propertyErrorMessage
Gets the error reason description.
(Inherited from UHF.)
Public propertyFrequencyLocked
Gets a value indicating whether Frequency is locked.
(Inherited from UHF.)
Public propertyHasBle
Gets a value indicating whether this reader has BLE module.
(Inherited from UHF.)
Public propertyHasBleKeyboard
Gets a value indicating whether this reader supports BLE keyboard.
(Inherited from UHF.)
Public propertyHasWiFi
Gets a value indicating whether this reader has Wi-Fi module.
(Inherited from UHF.)
Public propertyIsConnected
Gets a value indicating the reader is connected or disconnected.
(Inherited from UHF.)
Public propertyOsdpAddress
Public propertyPortName
Connection string used to connect reader.
(Inherited from UHF.)
Public propertyProductName
Reader Name.
(Inherited from UHF.)
Public propertySdkVersion
Gets the version of SDK library (GIGATMS.UHF.dll).
(Inherited from UHF.)
Top
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 SR5 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 methodSetAllSettings
Sets all SR5 Settings.
Public methodStartInventory
Starts the process of tag inventory using specified trigger source.
(Inherited from UHF.)
Public methodStopInventory
Stops the process of tag inventory.
(Inherited from UHF.)
Top
Events
  NameDescription
Public eventOnConnectionStateChanged
Indicates when the reader has connected or disconnected.
(Inherited from UHF.)
Public eventOnError
Notify when reader error occurred.
(Inherited from UHF.)
Public eventOnErrorOccurred Obsolete.
Notifies the application that an error has been detected and a suitable response is necessary to process the error condition.
(Inherited from UHF.)
Public eventOnNewIdCard
Public eventOnTagPresented
Indicates that the reader has inventoried a new tag.
(Inherited from UHF.)
Public eventOnTagPresentedEx
Indicates that the reader reads a new tag.
(Inherited from UHF.)
Public eventOnTagRemoved
Indicates that an inventoried tag is removed.
(Inherited from UHF.)
Public eventOnTagRemovedEx
Indicates that an inventoried tag is removed.
(Inherited from UHF.)
Top
See Also