Share via


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

2/27/2008

Contains most of the functionality for support of RFID Scanner devices.

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

Syntax

'Declaration
Public MustInherit Class RFIDScannerBase
    Inherits RFIDScannerBasic
public abstract class RFIDScannerBase : RFIDScannerBasic
public ref class RFIDScannerBase abstract : public RFIDScannerBasic
public abstract class RFIDScannerBase extends RFIDScannerBasic
public abstract class RFIDScannerBase extends RFIDScannerBasic

Remarks

The RFIDScannerBase class derives from the RFIDScannerBasic class and contains most of the functionality for support of RFID Scanner devices. When deriving from RFIDScannerBase, service objects should implement the CheckHealth and DirectIO methods.

RFIDScannerBase class provides a protected method, ReadRFIDTags. Service objects should implement this method to perform the actual polling of tags when indicated by the ReadTags method.

Inheritance Hierarchy

System.Object
   Microsoft.PointOfService.PosDevice
     Microsoft.PointOfService.PosCommon
       Microsoft.PointOfService.RFIDScanner
         Microsoft.PointOfService.BasicServiceObjects.RFIDScannerBasic
          Microsoft.PointOfService.BaseServiceObjects.RFIDScannerBase

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 Members
Microsoft.PointOfService.BaseServiceObjects Namespace