Share via


RFIDDataEventArgs Constructor (RFIDTag) (POS for .NET v1.14 SDK Documentation)

3/2/2014

Creates an instance of the RFIDDataEventArgs class by using the tag parameter.

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

Syntax

'Declaration
Public Sub New ( _
    tag As RFIDTag _
)
public RFIDDataEventArgs (
    RFIDTag tag
)
public:
RFIDDataEventArgs (
    RFIDTag^ tag
)
public RFIDDataEventArgs (
    RFIDTag tag
)
public function RFIDDataEventArgs (
    tag : RFIDTag
)

Parameters

  • tag
    The tag that contains the ID and userData.

See Also

Reference

RFIDDataEventArgs Class
RFIDDataEventArgs Members
Microsoft.PointOfService.BaseServiceObjects Namespace