A Sandcastle Documented Class Library
ZetiReader Class |
[Missing <summary> documentation for "T:Tego.Devices.Zeti.ZetiReader"]
Inheritance Hierarchy
Namespace: Tego.Devices.Zeti
Assembly: Tego.Devices.Zeti (in Tego.Devices.Zeti.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ZetiReader : ReaderImplementation, ITriggerProvider
Public Class ZetiReader Inherits ReaderImplementation Implements ITriggerProvider
public ref class ZetiReader : public ReaderImplementation, ITriggerProvider
type ZetiReader = class inherit ReaderImplementation interface ITriggerProvider end
The ZetiReader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ZetiReader | Initializes a new instance of the ZetiReader class |
Properties
Name | Description | |
---|---|---|
Capabilities | Gets the capabilities of the reader, which will be available after connection. (Inherited from ReaderImplementation.) | |
IsConnected | Gets whether currently connected to reader. (Inherited from ReaderImplementation.) | |
IsReaderConnected | ||
Persistence | Persistence mechanism provided through constructor. (Inherited from ReaderImplementation.) | |
PersistenceID | Unique identifier for this reader. (Inherited from ReaderImplementation.) | |
Power | (Overrides ReaderImplementationPower.) | |
SerialNumber | Reader serial number, which will be available after connection. (Inherited from ReaderImplementation.) | |
Settings | ||
TriggerIsPulled |
Methods
Name | Description | |
---|---|---|
ApplySetting | ||
Connect | (Overrides ReaderImplementationConnect(String).) | |
Disconnect | (Overrides ReaderImplementationDisconnect.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Execute | (Overrides ReaderImplementationExecute(ISelection, IListOperation, ExecutionSettings, Int32).) | |
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 | (Overrides ReaderImplementationInitialize.) | |
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.) | |
SaveSettingsT | Saves the settings using the persistence method. (Inherited from ReaderImplementation.) | |
StartExecution | (Overrides ReaderImplementationStartExecution(ISelection, IListOperation, ExecutionSettings, Int32).) | |
StopExecution | (Overrides ReaderImplementationStopExecution.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Transceive |
Events
Name | Description | |
---|---|---|
ExecutionComplete | Raised when execution finishes after a StartExecution() call. (Inherited from ReaderImplementation.) | |
Notification | Raised to report status indication from reader. (Inherited from ReaderImplementation.) | |
TagResponse | Raised when a tag response becomes available after a StartExecution() call. (Inherited from ReaderImplementation.) | |
Trigger |
See Also