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

2/27/2008

A helper class created by POS for .NET to simplify the retrieval and setting of property values for PIN pad devices.

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

Syntax

'Declaration
Public Class PinPadProperties
    Inherits CommonProperties
public class PinPadProperties : CommonProperties
public ref class PinPadProperties : public CommonProperties
public class PinPadProperties extends CommonProperties
public class PinPadProperties extends CommonProperties

Remarks

PinPadProperties is a helper class created by POS for .NET to simplify the retrieval and setting of property values for PIN pad devices. PinPadProperties inherits from the CommonProperties class. The protected Properties property of PinPadProperties class returns an instance of PinPadProperties. The service object can manage the value of a property using the syntax Properties.<propertyName>. PinPadProperties bypasses state validation—in other words, the service object can use PinPadProperties to set values for properties even though the application hasn’t opened, claimed, or enabled the PIN pad device.

Inheritance Hierarchy

System.Object
   Microsoft.PointOfService.BasicServiceObjects.CommonProperties
    Microsoft.PointOfService.BaseServiceObjects.PinPadProperties

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

PinPadProperties Members
Microsoft.PointOfService.BaseServiceObjects Namespace