Share via


PinEntryType Enumeration (POS for .NET v1.14 SDK Documentation)

3/2/2014

Enumerates the types of PIN input supported by an electronic value reader/writer.

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

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue", Justification:="UPOS specification does not include 0.")> _
Public Enumeration PinEntryType
[SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue", Justification="UPOS specification does not include 0.")] 
public enum PinEntryType
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1008:EnumsShouldHaveZeroValue", Justification=L"UPOS specification does not include 0.")] 
public enum class PinEntryType
/** @attribute SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue", Justification="UPOS specification does not include 0.") */ 
public enum PinEntryType
SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue", Justification="UPOS specification does not include 0.") 
public enum PinEntryType

Members

Member name Description
External The electronic value reader/writer does not include a PIN input device, and must use an external PIN pad device to receive PIN input.
Internal The electronic value reader/writer includes a PIN input device.
None The electronic value reader/writer device does not support PIN input.
Unknown The electronic value reader/writer may support PIN input, but the CurrentService property is set to an empty string (“”) and where to enter PIN input cannot be determined.

See Also

Reference

Microsoft.PointOfService Namespace