Share via


RFIDDataEventArgs Class (POS for .NET v1.12 SDK Documentation)

2/27/2008

Defines the programmatic interface for the transmission of RFID data events.

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

Syntax

'Declaration
Public Class RFIDDataEventArgs
    Inherits DataEventArgs
public class RFIDDataEventArgs : DataEventArgs
public ref class RFIDDataEventArgs : public DataEventArgs
public class RFIDDataEventArgs extends DataEventArgs
public class RFIDDataEventArgs extends DataEventArgs

Inheritance Hierarchy

System.Object
   System.EventArgs
     Microsoft.PointOfService.PosEventArgs
       Microsoft.PointOfService.DataEventArgs
        Microsoft.PointOfService.BaseServiceObjects.RFIDDataEventArgs

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

RFIDDataEventArgs Members
Microsoft.PointOfService.BaseServiceObjects Namespace