RFIDScanner.FirstTag Method
2/27/2008
Resets the service’s counter to the first tag in the tag list, and copies that tag’s information into the corresponding properties.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride Sub FirstTag
public abstract void FirstTag ()
public:
virtual void FirstTag () abstract
public abstract void FirstTag ()
public abstract function FirstTag ()
Remarks
Used if the application has to reprocess the list of tags from its beginning. The method is synchronous, because no physical input or output occurs when it is called.
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