Share via


SmartCardReadAction Enum

Definition

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

public enum SmartCardReadAction
type SmartCardReadAction = 
Public Enum SmartCardReadAction
Inheritance
SmartCardReadAction

Fields

Name Value Description
ReadData 11

The data being read from the smart card present in the SCR/W is from the data area on the smart card.

ReadProgram 12

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.

ExecuteAndReadData 13

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.

XmlReadBlockData 14

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.

Applies to