Share via


SmartCardRW.IsoEmvMode Property

2/27/2008

Holds the message modes the device is using when InterfaceMode is APDU.

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

Syntax

'Declaration
Public MustOverride Property IsoEmvMode As SmartCardIsoEmvModes
public abstract SmartCardIsoEmvModes IsoEmvMode { get; set; }
public:
virtual property SmartCardIsoEmvModes IsoEmvMode {
    SmartCardIsoEmvModes get () abstract;
    void set (SmartCardIsoEmvModes value) abstract;
}
/** @property */
public abstract SmartCardIsoEmvModes get_IsoEmvMode ()

/** @property */
public abstract void set_IsoEmvMode (SmartCardIsoEmvModes value)
public abstract function get IsoEmvMode () : SmartCardIsoEmvModes

public abstract function set IsoEmvMode (value : SmartCardIsoEmvModes)

Remarks

Possible message modes are defined by the SmartCardIsoEmvModes enumeration.

This IsoEmvMode indicates the message modes the SCR/W is using to interoperate with a smart card when the InterfaceMode is set to APDU. The APDU messaging format is dependent upon whether you want to use the ISO or EMV standard. The CapIsoEmvMode property defines the available modes the SCR/W supports and the IsoEmvMode property is set to reflect the mode that is in use by the SCR/W device. IsoEmvMode can be one of the following values:

Value

Meaning

Iso

APDU messaging format in use conforms to the ISO standard.

Emv

APDU messaging format in use conforms to the EMV standard.

IsoEmvMode is set and kept current by the service object while the device is enabled.

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
SmartCardRW.CapIsoEmvMode Property
SmartCardRW.InterfaceMode Property