TriggerReaderImplementation Properties

TegoOS

TriggerReaderImplementation Properties

The TriggerReaderImplementation type exposes the following members.

Properties
  Name Description
Public property Capabilities
Gets the capabilities of the reader, which will be available after connection.
(Inherited from ReaderImplementation.)
Public property IsConnected
Gets whether currently connected to reader.
(Inherited from ReaderImplementation.)
Protected property Persistence
Persistence mechanism provided through constructor.
(Inherited from ReaderImplementation.)
Protected property PersistenceID
Unique identifier for this reader.
(Inherited from ReaderImplementation.)
Public property Power
Gets or sets the reader power in dBm.
(Inherited from ReaderImplementation.)
Public property SerialNumber
Reader serial number, which will be available after connection.
(Inherited from ReaderImplementation.)
Public property Settings
Gets the settings for the reader. Settings are available after connection, but are not applied until Initialize is called.
(Inherited from ReaderImplementation.)
Public property TriggerIsPulled
True if main trigger is currently pulled. If more than one trigger is present the application must infer the state from the Trigger events.
Top
See Also