IReaderProvider Interface

TegoOS

IReaderProvider Interface
Base interface for readers and tags to allow progress reporting, change of reader (tags only) and cancellation of execution.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public interface IReaderProvider
Public Interface IReaderProvider
public interface class IReaderProvider
type IReaderProvider =  interface end

The IReaderProvider type exposes the following members.

Properties
  NameDescription
Public propertyCancelRequested
Gets whether cancellation of read/write has been requested.
Top
Methods
  NameDescription
Public methodGetReader
Gets the reader to use.
Public methodRaiseProgress
Raises the Progress event.
Public methodRequestCancel
Requests cancellation of read/write.
Top
Events
  NameDescription
Public eventProgress
Event raised when progress is reported during a read/write.
Top
See Also