SmartCardIsoEmvModes Enumeration

2/27/2008

Lists the valid message standards for a Smart Card device.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration SmartCardIsoEmvModes
[FlagsAttribute] 
public enum SmartCardIsoEmvModes
[FlagsAttribute] 
public enum class SmartCardIsoEmvModes
/** @attribute FlagsAttribute() */ 
public enum SmartCardIsoEmvModes
FlagsAttribute 
public enum SmartCardIsoEmvModes

Members

Member name Description
Emv APDU messaging format conforms to the EMV standard.
Iso APDU messaging format conforms to the ISO standard.

Remarks

Used by the IsoEmvMode and the CapIsoEmvMode properties. Members of this enumeration replace the SC_MODE_ISO, SC_MODE_EMV, SC_CMODE_ISO, and SC_CMODE_EMV UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace