Share via


RFIDScanner.CurrentTagUserData Property

2/27/2008

Gets the data that is read from the physical tag.

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

Syntax

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

Remarks

A partial or complete read will populate CurrentTagUserData with the targeted segment.

Just before a DataEventEnabled property 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