ResourceWatcher_msg_g.h 458 B

123456789101112131415161718192021222324252627282930
  1. #ifndef __RESOURCEWATCHER_MSG_G_H
  2. #define __RESOURCEWATCHER_MSG_G_H
  3. #pragma once
  4. // This code is generated by spgen tool!
  5. #include "SpHelper.h"
  6. namespace ResourceWatcher {
  7. #define eMsg_QueryCardSwiper 0
  8. #define eMsgSig_QueryCardSwiper 690144769
  9. struct QueryCardSwiper
  10. {
  11. int status;
  12. void Serialize(SpBuffer &Buf)
  13. {
  14. auto & buf = Buf & status;
  15. }
  16. };
  17. ///////////////////////////
  18. } // namespace ResourceWatcher
  19. #endif // __RESOURCEWATCHER_MSG_G_H