Table of Contents

Interface IReaderOperationFindTag

Namespace
TechnologySolutions.Rfid
Assembly
TechnologySolutions.Rfid.Operations.dll

An IReaderOperation to find a transponder specified by Filter

public interface IReaderOperationFindTag : IReaderOperation, ITriggerSource, IOutputPowerBounds
Inherited Members

Remarks

You can only change the Filter while the operation is disabled. When enabled the tag finding will take over the primary trigger. The ReaderOpertion state changes to Active while the trigger is pulled and Inactive when released TranspondersReceived is raised when matching transponder(s) are in range with the RSSI reported as percentage indicating the proximity to the reader

Properties

Filter

Gets or sets the filter to identify the transponder to find

TagFilter Filter { get; set; }

Property Value

TagFilter

TagFindState

Gets the state of the tag finder

TagFinderState TagFindState { get; }

Property Value

TagFinderState

Events

TagFindStateChanged

Raised when the TagFindState changes

event EventHandler TagFindStateChanged

Event Type

EventHandler

TagFindUpdate

Raise to update the tag finding state

event EventHandler<TagFoundEventArgs> TagFindUpdate

Event Type

EventHandler<TagFoundEventArgs>

TranspondersReceived

Raised when the finding is active and the transponder is in range

event EventHandler<TranspondersEventArgs> TranspondersReceived

Event Type

EventHandler<TranspondersEventArgs>