A Sandcastle Documented Class Library
TriggerReaderImplementation Methods |
The TriggerReaderImplementation type exposes the following members.
Methods
Name | Description | |
---|---|---|
Connect | Connect to reader and set its SerialNumber property. (Inherited from ReaderImplementation.) |
|
Disconnect | Disconnect from reader. (Inherited from ReaderImplementation.) |
|
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. (Inherited from ReaderImplementation.) |
|
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. (Inherited from ReaderImplementation.) |
|
LoadSettingsT | Loads the settings using the persistence method. (Inherited from ReaderImplementation.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnExecutionComplete | Raise the ExecutionComplete event if it has any listeners. (Inherited from ReaderImplementation.) |
|
OnNotification | Raises the Notification event in order to provide a status indication. (Inherited from ReaderImplementation.) |
|
OnTagResponse | Raise the TagResponse event if it has any listeners. (Inherited from ReaderImplementation.) |
|
OnTrigger |
Should be called when Trigger is pressed or released
|
|
SaveSettingsT | Saves the settings using the persistence method. (Inherited from ReaderImplementation.) |
|
StartExecution | Asynchronously start execution of a list of operations on selected tags, reporting results via the TagResponse event. (Inherited from ReaderImplementation.) |
|
StopExecution | Request asynchronous execution be stopped (ExecutionComplete will be raised when stopped). (Inherited from ReaderImplementation.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also