Share via


RFIDScanner.TagCount Property

2/27/2008

Gets the integer value that indicates the total number of tags read by the corresponding read operation.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property TagCount As Integer
public abstract int TagCount { get; }
public:
virtual property int TagCount {
    int get () abstract;
}
/** @property */
public abstract int get_TagCount ()
public abstract function get TagCount () : int

Remarks

The service populates this property only before a DataEvent event is delivered to the application.

This property is initialized to zero by the Open method.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

RFIDScanner Class
RFIDScanner Members
Microsoft.PointOfService Namespace