SmartCardReadAction Enumeration

2/27/2008

Lists the possible types of processing of the data that is to be done by the smart card.

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

Syntax

'Declaration
Public Enumeration 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.

Remarks

Used by the ReadData method. Members of this enumeration replace the SC_READ_DATA, SC_READ_PROGRAM, SC_EXECUTE_AND_READ_DATA, and SC_XML_READ_BLOCK_DATA UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
ReadData