Interface IReaderReaderOperation
- Namespace
- TechnologySolutions.Rfid
- Assembly
- TechnologySolutions.Rfid.Operations.dll
Adds methods to the IReader interface required by IReaderOperations
public interface IReaderReaderOperation : IReader
- Inherited Members
- Extension Methods
Methods
ExecuteAsync(TagAccessFilterFields, Action<TransponderData, bool>)
Allows an operation to perform a transponder command
Task ExecuteAsync(TagAccessFilterFields accessFilterFields, Action<TransponderData, bool> transponderReceived)
Parameters
accessFilterFields
TagAccessFilterFieldsThe specification for the command to perform. If access is null an inventory is performed
transponderReceived
Action<TransponderData, bool>This action is called to report a transponder
Returns
- Task
The task to perform the transponder command
OperationEnabledChangedAsync()
Called by an operation when it is enabled or disabled
Task OperationEnabledChangedAsync()
Returns
- Task
The task that updates the reader when an operation is enabled or disabled