MacOSBindings constructor

MacOSBindings()

Implementation

MacOSBindings() {
  _scardT0Pci.ref.cbPciLength = _winscard.g_rgSCardT0Pci.cbPciLength;
  _scardT0Pci.ref.dwProtocol = _winscard.g_rgSCardT0Pci.dwProtocol;

  _scardT1Pci.ref.cbPciLength = _winscard.g_rgSCardT1Pci.cbPciLength;
  _scardT1Pci.ref.dwProtocol = _winscard.g_rgSCardT1Pci.dwProtocol;
}