PinPad.PinEntryEnabled Property
2/27/2008
Indicates whether the PinPad is ready to accept PIN entry.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property PinEntryEnabled As Boolean
public abstract bool PinEntryEnabled { get; }
public:
virtual property bool PinEntryEnabled {
bool get () abstract;
}
/** @property */
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.
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
PinPad Class
PinPad Members
Microsoft.PointOfService Namespace
PinPad.EnablePinEntry Method
PinPad.EndEftTransaction Method