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

2/27/2008

Defines the programmatic interface for constants, properties, methods, and events common to all UPOS devices.

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

Syntax

'Declaration
Public MustInherit Class PosCommon
    Inherits PosDevice
public abstract class PosCommon : PosDevice
public ref class PosCommon abstract : public PosDevice
public abstract class PosCommon extends PosDevice
public abstract class PosCommon extends PosDevice

Inheritance Hierarchy

System.Object
   Microsoft.PointOfService.PosDevice
    Microsoft.PointOfService.PosCommon
       Derived Classes

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

PosCommon Members
Microsoft.PointOfService Namespace