Table of Contents

Interface IReaderOperationInventory

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

An IReaderOperation that is hardware triggered that performs inventory while the trigger is pressed

public interface IReaderOperationInventory : IReaderOperation, ITriggerSource, IOutputPowerBounds
Inherited Members

Properties

Filter

Gets or sets the filter specification to identify the transponder(s) to inventory

TagFilterFields Filter { get; set; }

Property Value

TagFilterFields

Events

TranspondersReceived

Raised as transponders are received

event EventHandler<TranspondersEventArgs> TranspondersReceived

Event Type

EventHandler<TranspondersEventArgs>