A Sandcastle Documented Class Library
![]() | Reader Class |
Optimized reader which wraps an underlying IReaderImplementation to provide thread safety and other value-add.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)

The Reader type exposes the following members.


Name | Description | |
---|---|---|
![]() | CancelRequested |
Set if App wants to cancel the on going operation
|
![]() | Capabilities | Gets the capabilities of the basic reader implementation. |
![]() | Implementation | Gets the basic reader implementation which this reader uses. |
![]() | Settings | Gets the basic reader implementation settings. |

Name | Description | |
---|---|---|
![]() | Connect | Connects to the reader. |
![]() | ConnectAsync | Awaitable connect to the reader. |
![]() | Disconnect | Disconnects the 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. |
![]() | ExecuteAsync | Awaitable version of Execute method which executes 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.) |
![]() | GetReader |
Returns the instance of Reader
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Initialize | Initializes the reader. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OneTagRead | Read one tag in an efficient manner providing progress reports. |
![]() | OneTagReverseRead | Read one tag in an efficient manner providing progress reports starting with higher memory first. |
![]() | OneTagWrite | Read one tag in an efficient manner providing progress reports. |
![]() | RaiseProgress | Raises the Progress event. |
![]() | ReleaseReaderAccess | Releases the reader after use so other threads can access it. |
![]() | RequestCancel |
Should be called when App wants to cancel the on going operation
|
![]() | RequestReaderAccess | Blocks until the reader is available. |
![]() | StartExecution | Asynchronously executes a list of operations on selected tags. |
![]() | StopExecution | Stops execution after the StartExecution method has been called. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WaitForExecutionComplete | Wait for execution to complete after a call to StartExecution. |
![]() | WaitForExecutionCompleteAsync | Waitable task which waits for execution to complete after a call to StartExecution. |

Name | Description | |
---|---|---|
![]() | Activity | Event raised when the reader activity changes between read, write and idle. |
![]() | ExecutionComplete | Event raised when execution in asynchronous mode is complete. |
![]() | Notification | Raised to report status notifications from reader. |
![]() | Progress | Event raised to report progress by OneTag methods. |
![]() | TagResponse | Event raised when a tag responds in asynchronous mode. |
