ZetiReader Class

TegoOS

ZetiReader Class

[Missing <summary> documentation for "T:Tego.Devices.Zeti.ZetiReader"]

Inheritance Hierarchy
SystemObject  Tego.Rfid.Gen2ReaderImplementation
    Tego.Devices.ZetiZetiReader

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
  NameDescription
Public methodZetiReader
Initializes a new instance of the ZetiReader class
Top
Properties
  NameDescription
Public propertyCapabilities
Gets the capabilities of the reader, which will be available after connection.
(Inherited from ReaderImplementation.)
Public propertyIsConnected
Gets whether currently connected to reader.
(Inherited from ReaderImplementation.)
Public propertyIsReaderConnected
Protected propertyPersistence
Persistence mechanism provided through constructor.
(Inherited from ReaderImplementation.)
Protected propertyPersistenceID
Unique identifier for this reader.
(Inherited from ReaderImplementation.)
Public propertyPower (Overrides ReaderImplementationPower.)
Public propertySerialNumber
Reader serial number, which will be available after connection.
(Inherited from ReaderImplementation.)
Public propertySettings
Public propertyTriggerIsPulled
Top
Methods
  NameDescription
Protected methodApplySetting
Public methodConnect (Overrides ReaderImplementationConnect(String).)
Public methodDisconnect (Overrides ReaderImplementationDisconnect.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute (Overrides ReaderImplementationExecute(ISelection, IListOperation, ExecutionSettings, Int32).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize (Overrides ReaderImplementationInitialize.)
Protected methodLoadSettingsT
Loads the settings using the persistence method.
(Inherited from ReaderImplementation.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnExecutionComplete
Raise the ExecutionComplete event if it has any listeners.
(Inherited from ReaderImplementation.)
Protected methodOnNotification
Raises the Notification event in order to provide a status indication.
(Inherited from ReaderImplementation.)
Protected methodOnTagResponse
Raise the TagResponse event if it has any listeners.
(Inherited from ReaderImplementation.)
Protected methodSaveSettingsT
Saves the settings using the persistence method.
(Inherited from ReaderImplementation.)
Public methodStartExecution (Overrides ReaderImplementationStartExecution(ISelection, IListOperation, ExecutionSettings, Int32).)
Public methodStopExecution (Overrides ReaderImplementationStopExecution.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransceive
Top
Events
  NameDescription
Public eventExecutionComplete
Raised when execution finishes after a StartExecution() call.
(Inherited from ReaderImplementation.)
Public eventNotification
Raised to report status indication from reader.
(Inherited from ReaderImplementation.)
Public eventTagResponse
Raised when a tag response becomes available after a StartExecution() call.
(Inherited from ReaderImplementation.)
Public eventTrigger
Top
See Also