Reader Methods

TegoOS

Reader Methods

The Reader type exposes the following members.

Methods
  Name Description
Public method Connect
Connects to the reader.
Public method ConnectAsync
Awaitable connect to the reader.
Public method Disconnect
Disconnects the reader.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method Execute
Synchronously execute a list of operations on selected tags.
Public method ExecuteAsync
Awaitable version of Execute method which executes a list of operations on selected tags.
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetReader
Returns the instance of Reader
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Initialize
Initializes the reader.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method OneTagRead
Read one tag in an efficient manner providing progress reports.
Public method OneTagReverseRead
Read one tag in an efficient manner providing progress reports starting with higher memory first.
Public method OneTagWrite
Read one tag in an efficient manner providing progress reports.
Public method RaiseProgress
Raises the Progress event.
Protected method ReleaseReaderAccess
Releases the reader after use so other threads can access it.
Public method RequestCancel
Should be called when App wants to cancel the on going operation
Protected method RequestReaderAccess
Blocks until the reader is available.
Public method StartExecution
Asynchronously executes a list of operations on selected tags.
Public method StopExecution
Stops execution after the StartExecution method has been called.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method WaitForExecutionComplete
Wait for execution to complete after a call to StartExecution.
Public method WaitForExecutionCompleteAsync
Waitable task which waits for execution to complete after a call to StartExecution.
Top
See Also