2.2.2.13 ConnectA_Call

ConnectA_Call opens a connection to the smart card located in the reader identified by a reader name.

 typedef struct _ConnectA_Call {
   [string] const char* szReader;
   Connect_Common Common;
 } ConnectA_Call;

szReader: An ASCII string specifying the reader name to connect to.

Common: Additional parameters that are required for the Connect call are specified in section 3.1.4.28. For more information, see section 2.2.1.3.