FiscalPrinterBasic Class

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

Usage

'Usage
Dim fiscalPrinterBasic1 As New FiscalPrinterBasic()

Syntax

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

Inheritance Hierarchy

System.Object
   Microsoft.PointOfService.PosDevice
     Microsoft.PointOfService.PosCommon
       Microsoft.PointOfService.FiscalPrinter
        Microsoft.PointOfService.BasicServiceObjects.FiscalPrinterBasic

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

FiscalPrinterBasic Members
Microsoft.PointOfService.BasicServiceObjects Namespace