Share via


RFIDScanner.CurrentTagId Property

2/27/2008

Gets the TagId of the present tag.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CurrentTagId As Byte()
public abstract byte[] CurrentTagId { get; }
public:
virtual property array<unsigned char>^ CurrentTagId {
    array<unsigned char>^ get () abstract;
}
/** @property */
public abstract byte[] get_CurrentTagId ()
public abstract function get CurrentTagId () : byte[]

Remarks

Just before a DataEvent event is delivered, the service populates this property with data from the first tag that was read. The service keeps this property up-to-date when the application calls the FirstTag, NextTag, and PreviousTag methods.

This property is initialized 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