Share via


SmartCardRW.CapIsoEmvMode Property

2/27/2008

Indicates the supported message modes when InterfaceMode is APDU.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapIsoEmvMode As SmartCardIsoEmvModes
public abstract SmartCardIsoEmvModes CapIsoEmvMode { get; }
public:
virtual property SmartCardIsoEmvModes CapIsoEmvMode {
    SmartCardIsoEmvModes get () abstract;
}
/** @property */
public abstract SmartCardIsoEmvModes get_CapIsoEmvMode ()
public abstract function get CapIsoEmvMode () : SmartCardIsoEmvModes

Remarks

This capability indicates the message modes the SCR/W supports in order to interoperate with a smart card when the InterfaceMode property is set to APDU. The APDU messaging format is depends on whether you want to use the ISO or EMV standard. The IsoEmvMode property is used to select the APDU mode that the SCR/W is currently using to interoperate with the smart card.

CapIsoEmvMode is a bitwise logical OR combination of any of the following values:

Value

Meaning

Iso

APDU messaging format conforms to the ISO standard.

Emv

APDU messaging format conforms to the EMV standard.

CapIsoEmvMode is set and updated by the service object, based on the capabilities of the device.

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

SmartCardRW Class
SmartCardRW Members
Microsoft.PointOfService Namespace
IsoEmvMode
InterfaceMode