ReaderImplementation Methods

TegoOS

ReaderImplementation Methods

The ReaderImplementation type exposes the following members.

Methods
  Name Description
Public method Connect
Connect to reader and set its SerialNumber property.
Public method Disconnect
Disconnect from reader.
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.
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.
Protected method LoadSettingsT
Loads the settings using the persistence method.
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.
Protected method OnNotification
Raises the Notification event in order to provide a status indication.
Protected method OnTagResponse
Raise the TagResponse event if it has any listeners.
Protected method SaveSettingsT
Saves the settings using the persistence method.
Public method StartExecution
Asynchronously start execution of a list of operations on selected tags, reporting results via the TagResponse event.
Public method StopExecution
Request asynchronous execution be stopped (ExecutionComplete will be raised when stopped).
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also