SmartCardWriteAction Enumeration (POS for .NET v1.12 SDK Documentation)

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 SmartCardWriteAction
public enum SmartCardWriteAction
public enum class SmartCardWriteAction
public enum SmartCardWriteAction
public enum SmartCardWriteAction

Members

Member name Description
ExecuteData The data being sent to the smart card present in the SCR/W is to be stored in the data area on the smart card.
Reset The smart card present in the SCR/W is instructed to reset to its "power on" state and ready to execute an application command.
SecurityFuse The smart card present in the SCR/W will have its security fuse activated to prevent future data from being stored in the smart card.
StoreData The data being sent to the smart card present in the SCR/W is to be stored in the data area on the smart card.
StoreProgram The data being sent to the smart card present in the SCR/W is an executable program and is placed in the smart card memory associated with executable programs.
XmlBlockData The data being sent is XML data and is to be parsed by the SCR/W to determine what actions are to take place.

Remarks

Used by the WriteData method. Members of this enumeration replace the SC_STORE_ range of UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
SmartCardRW.WriteData Method