Class TagFoundEventArgs
- Namespace
- TechnologySolutions.Rfid
- Assembly
- TechnologySolutions.Rfid.Operations.dll
Provides event data for the IReaderOperationFindTag operation
public class TagFoundEventArgs : EventArgs
- Inheritance
-
TagFoundEventArgs
- Inherited Members
Properties
MultipleTagsSeen
Gets or sets a value indicating whether more than one transponder is responding as the tag target
public bool MultipleTagsSeen { get; set; }
Property Value
RssiPercent
Gets or sets the signal strength to the target tag(s) as a percentage
public int RssiPercent { get; set; }