Share via


PinPadBase.CapKeyboard Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

If set to true, the application can use the PIN pad keyboard to obtain input.

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

Syntax

'Declaration
Public Overrides ReadOnly Property CapKeyboard As Boolean
public override bool CapKeyboard { get; }
public:
virtual property bool CapKeyboard {
    bool get () override;
}
/** @property */
public boolean get_CapKeyboard ()
public override function get CapKeyboard () : boolean

Remarks

The PinPadBase class verifies that the PIN pad device has been opened, then retrieves the value of PinPadProperties.CapKeyboard.

CapKeyboard is initialized to false by the PinPadProperties class. The service object should then update CapKeyboard in its Open method, based on the capability of the device.

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

PinPadBase Class
PinPadBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace
PinPad.CapKeyboard Property