.
.
.
The SCardTransmit function sends a service request to the smart card and expects to receive data back from the card.
12/17/2015 2:53:28 AM - -88.98.38.185
.
public static extern int SCardTransmit(
.
int status = SCardTransmit(_hCard, ref request, ref sendBytes[0], (uint)sendBytes.Length, ref request, out receivedUID[0], ref outBytes);
.
uint errors=SCardTransmit(nCard, SCARD_PCI_T0, pbSendBuffer, cbSendLength, ioRecv, pbRecvBuffer, ref pcbRecvLength);
.