SmartCardInterfaceModes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the possible communication modes for Smart Card devices.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum SmartCardInterfaceModes
[<System.Flags>]
type SmartCardInterfaceModes =
Public Enum SmartCardInterfaceModes
- Inheritance
-
SmartCardInterfaceModes
- Attributes
Fields
Name | Value | Description |
---|---|---|
Transaction | 1 | Basic ASCII format for commands and data interchange. |
Block | 2 | A block of string data that contains commands and data is sent to the SCR/W device service object. The application and the SCR/W service object need to agree upon a communication protocol and data format before using this mode. |
Apdu | 4 | Same as Block mode except that the block of string data that contains commands and data sent to the SCR/W service object conforms to the ISO/IEC 7816 APDU (Application Protocol Data Units) standard for smart cards. ISO and EMV messaging formats are supported and selectable if the SCR/W has the capability to switch to one of these formats. |
Xml | 8 | A block of string data that contains commands and data is sent to the SCR/W service object. The application and the SCR/W service object agree to use a communication protocol and data format defined in this standard consistent with the XML Data Dictionary and XML schema guidelines as outlined in the NRF-ARTS IX Retail XML standard. |