Share via


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

2/27/2008

Indicates whether the PinPad is ready to accept PIN entry.

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

Syntax

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

Remarks

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

PinEntryEnabled is initialized to 0 (zero) by the PinPadProperties class.

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.PinEntryEnabled Property