ElectronicValueRW.PINEntry Property (POS for .NET v1.14 SDK Documentation)

3/2/2014

Gets or sets the PinEntryType value that indicates the PIN entry functionality supported by the electronic value reader/writer.

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

Syntax

'Declaration
Public MustOverride Property PINEntry As PinEntryType
public abstract PinEntryType PINEntry { get; set; }
public:
virtual property PinEntryType PINEntry {
    PinEntryType get () abstract;
    void set (PinEntryType value) abstract;
}
/** @property */
public abstract PinEntryType get_PINEntry ()

/** @property */
public abstract void set_PINEntry (PinEntryType value)
public abstract function get PINEntry () : PinEntryType

public abstract function set PINEntry (value : PinEntryType)

Property Value

Returns PinEntryType.

Remarks

This property is initialized by the Open method.

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

ElectronicValueRW Class
ElectronicValueRW Members
Microsoft.PointOfService Namespace