Share via


PinPadBasic Class

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

Usage

'Usage
Dim pinPadBasic1 As New PinPadBasic()

Syntax

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

Inheritance Hierarchy

System.Object
   Microsoft.PointOfService.PosDevice
     Microsoft.PointOfService.PosCommon
       Microsoft.PointOfService.PinPad
        Microsoft.PointOfService.BasicServiceObjects.PinPadBasic
           Microsoft.PointOfService.BaseServiceObjects.PinPadBase

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

PinPadBasic Members
Microsoft.PointOfService.BasicServiceObjects Namespace