Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

ScCommand.h 284B

12345678910111213141516171819
  1. //
  2. // Created by robin on 6/27/15.
  3. //
  4. #ifndef LIBPCSC_CPPTOOLS_SCCOMMAND_H
  5. # define LIBPCSC_CPPTOOLS_SCCOMMAND_H
  6. # include "ScByteArray.h"
  7. class ScCommand {
  8. public:
  9. virtual ScByteArray getData() const = 0;
  10. };
  11. # include "ScCommand.hxx"
  12. #endif //LIBPCSC_CPPTOOLS_SCCOMMAND_H