SktScanAPI.h 1022 B

12345678910111213141516171819202122232425262728
  1. /*
  2. SktScanAPI.h
  3. Main header file for Socket ScanAPI
  4. (c) Socket Mobile, Inc.
  5. */
  6. #include "SktScanErrors.h"
  7. #include "SktScanTypes.h"
  8. #include "SktScanPropIds.h"
  9. #include "SktScanDeviceType.h"
  10. #include "SktScanCore.h"
  11. // if there is any modification in the include
  12. // files above then this version needs to be updated
  13. // to reflect a change in ScanAPI Interface.
  14. // version 1.0.0 original release
  15. // version 1.0.1 data editing properties
  16. // version 1.0.2 Stand Config property
  17. // NOTE THE NEW VERSION SCHEME REMOVE ONE DIGIT FROM THE PREVIOUS VERSION FORMAT
  18. // DEFINITION.
  19. // OLD FORMAT: Major.Middle.Minor.Revision
  20. // NEW FORMAT: Major.Minor.Revision.Build (The Revision and Build are automatically
  21. // updated during the build)
  22. // version 1.3.0 Version structure new format (dwMajor,dwMiddle,dwMinor,dwBuild: 4 DWORD)
  23. // version 1.4.0 adding the 8Qi device type
  24. // version 1.5.0 adding the kSktScanTriggerContinuousScan (for iOS SoftScan only)
  25. #define SKTSCANAPIINTERFACE_VERSION "1.5.0"