A Sandcastle Documented Class Library
![]() |
ReaderImplementation Methods |
The ReaderImplementation type exposes the following members.

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