SmartCardReadAction Enumeration

Indicates the type of processing of the data that is to be done by the smart card.

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

Usage

'Usage
Dim smartCardReadAction1 As SmartCardReadAction = SmartCardReadAction.ExecuteAndReadData

Syntax

'Declaration
Public Enum SmartCardReadAction
public enum SmartCardReadAction
public enum class SmartCardReadAction
public enum SmartCardReadAction
public enum SmartCardReadAction

Members

Member name Description
ExecuteAndReadData The data being read from the smart card present in the SCR/W is data that was processed by a program currently resident on the smart card. When this action is requested the smart card program is started and sends back the data that it has processed.
ReadData The data being read from the smart card present in the SCR/W is from the Data Area on the smart card.
ReadProgram The data being read from the smart card present in the SCR/W is an executable program that was found in the smart card memory associated with executable programs.
XmlReadBlockData The data being read is XML data that the SCR/W is sending to the application. It is up to the application to parse the data being returned.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace
ReadData