Share via


PinPad.PinEntryEnabled Property

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

Usage

'Usage
Dim pinPad1 As PinPad

Dim returnValue As Boolean
returnValue = pinPad1.PinEntryEnabled

Syntax

'Declaration
Public MustOverride ReadOnly Property PinEntryEnabled() As Boolean
public abstract bool PinEntryEnabled {get;}
public: property virtual Boolean PinEntryEnabled{
    Boolean get();
}
public abstract boolean get_PinEntryEnabled();
public abstract function get PinEntryEnabled() : Boolean;

Remarks

The service object sets PinEntryEnabled to TRUE when the application calls the EnablePinEntry method. When the user has completed the PIN entry operation or an EndEftTransaction is executed, the service object sets PinEntryEnabled to FALSE.

PinEntryEnabled is typically initialized to FALSE.

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

PinPad Class
PinPad Members
Microsoft.PointOfService Namespace
EnablePinEntry
EndEftTransaction