Share via


RFIDScannerBase.CurrentTagUserData Property

2/27/2008

Gets the data that is read from the physical tag.

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

Syntax

'Declaration
Public Overrides ReadOnly Property CurrentTagUserData As Byte()
public override byte[] CurrentTagUserData { get; }
public:
virtual property array<unsigned char>^ CurrentTagUserData {
    array<unsigned char>^ get () override;
}
/** @property */
public byte[] get_CurrentTagUserData ()
public override 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.

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

RFIDScannerBase Class
RFIDScannerBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace