PinPadSystem Enumeration

2/27/2008

Enumerates the possible PIN pad management systems to use.

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

Syntax

'Declaration
Public Enumeration PinPadSystem
public enum PinPadSystem
public enum class PinPadSystem
public enum PinPadSystem
public enum PinPadSystem

Members

Member name Description
Apacs40 Standard 40 (UK and other countries/regions)
AS2805 Australian Standard 2805
Dukpt Derived Unique Key Per Transaction (USA, Latin America)
Hgepos (Italian)
Jdebit2 Japanese Debit 2
MasterSession Master/Session. (USA, Latin America)

Remarks

Used by the BeginEftTransaction method. Members of this enumeration replace the M/S, DUKPT, APACS40, AS2805, HGEPOS (Italian), and JDEBIT2 UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
PinPad.BeginEftTransaction Method