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

2/27/2008

Defines the programmatic interface that represents a generic POS device. The PosCommon class inherits from the PosDevice class.

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

Syntax

'Declaration
Public Class PosDevice
public class PosDevice
public ref class PosDevice
public class PosDevice
public class PosDevice

Remarks

Used as the return value of the CreateInstance method of the PosExplorer class. The method returns an instance of the PosDevice class, which represents a service object class (based on the specified device information). The application uses the information provided by the PosDevice class to initialize a device-specific (that is, Msr, PosPrinter, and so on) service object.

Inheritance Hierarchy

System.Object
  Microsoft.PointOfService.PosDevice
     Microsoft.PointOfService.PosCommon

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

PosDevice Members
Microsoft.PointOfService Namespace