You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ScReader.hxx 219B

12345678910111213
  1. //
  2. // Created by robin on 6/28/15.
  3. //
  4. ScReader::ScReader(LPCSTR name)
  5. : _name(name)
  6. , _context(nullptr)
  7. , _card(nullptr)
  8. , _proto(nullptr)
  9. , _sendPci(nullptr)
  10. , _lastResult(SCARD_S_SUCCESS)
  11. {
  12. }