PointCardRWBasic Class

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

Usage

'Usage
Dim pointCardRWBasic1 As New PointCardRWBasic()

Syntax

'Declaration
MustInherit Public Class PointCardRWBasic
    Inherits PointCardRW
    Implements IDisposable
public abstract class PointCardRWBasic : PointCardRW, IDisposable
public abstract ref class PointCardRWBasic : public PointCardRW, IDisposable
public abstract class PointCardRWBasic extends PointCardRW implements IDisposable
public abstract class PointCardRWBasic extends PointCardRW implements IDisposable

Inheritance Hierarchy

System.Object
   Microsoft.PointOfService.PosDevice
     Microsoft.PointOfService.PosCommon
       Microsoft.PointOfService.PointCardRW
        Microsoft.PointOfService.BasicServiceObjects.PointCardRWBasic

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

PointCardRWBasic Members
Microsoft.PointOfService.BasicServiceObjects Namespace