|
The IFDHSetProtocolParameters() function sets the Protocol Type Selection (PTS) of the slot or card using the three PTS values as defined in ISO 7816.
The Protocol parameter can take an integer value between 0 and 14, inclusive, corresponding to the protocol T=0, T=1, ..., T=14.
The Flags parameter can have the value of one of the following or the bitwise-inclusive OR of two or more of the following:
-
IFD_NEGOTIATE_PTS1
- Use the PTS1 value.
-
IFD_NEGOTIATE_PTS2
- Use the PTS2 value.
-
IFD_NEGOTIATE_PTS3
- Use the PTS3 value.
|