Share via


PosKeyboardBasic Class

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

Usage

'Usage
Dim posKeyboardBasic1 As New PosKeyboardBasic()

Syntax

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

Inheritance Hierarchy

System.Object
   Microsoft.PointOfService.PosDevice
     Microsoft.PointOfService.PosCommon
       Microsoft.PointOfService.PosKeyboard
        Microsoft.PointOfService.BasicServiceObjects.PosKeyboardBasic
           Microsoft.PointOfService.BaseServiceObjects.PosKeyboardBase

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

PosKeyboardBasic Members
Microsoft.PointOfService.BasicServiceObjects Namespace