TriggerReaderImplementation Methods

TegoOS

TriggerReaderImplementation Methods

The TriggerReaderImplementation type exposes the following members.

Methods
  Name Description
Public method Connect
Connect to reader and set its SerialNumber property.
(Inherited from ReaderImplementation.)
Public method Disconnect
Disconnect from reader.
(Inherited from ReaderImplementation.)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method Execute
Synchronously execute a list of operations on selected tags.
(Inherited from ReaderImplementation.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Initialize
Initialize reader, and sets its capabilities and other properties. Should be called after successful connection.
(Inherited from ReaderImplementation.)
Protected method LoadSettingsT
Loads the settings using the persistence method.
(Inherited from ReaderImplementation.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method OnExecutionComplete
Raise the ExecutionComplete event if it has any listeners.
(Inherited from ReaderImplementation.)
Protected method OnNotification
Raises the Notification event in order to provide a status indication.
(Inherited from ReaderImplementation.)
Protected method OnTagResponse
Raise the TagResponse event if it has any listeners.
(Inherited from ReaderImplementation.)
Protected method OnTrigger
Should be called when Trigger is pressed or released
Protected method SaveSettingsT
Saves the settings using the persistence method.
(Inherited from ReaderImplementation.)
Public method StartExecution
Asynchronously start execution of a list of operations on selected tags, reporting results via the TagResponse event.
(Inherited from ReaderImplementation.)
Public method StopExecution
Request asynchronous execution be stopped (ExecutionComplete will be raised when stopped).
(Inherited from ReaderImplementation.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also