PinPad_msg_g.h 413 B

123456789101112131415161718192021222324252627282930
  1. #ifndef __PINPAD_MSG_G_H
  2. #define __PINPAD_MSG_G_H
  3. #pragma once
  4. // This code is generated by spgen tool!
  5. #include "SpHelper.h"
  6. namespace PinPad {
  7. #define eMsg_InputContent 0
  8. #define eMsgSig_InputContent -1171779670
  9. struct InputContent
  10. {
  11. CSimpleStringA data;
  12. void Serialize(SpBuffer &Buf)
  13. {
  14. auto & buf = Buf & data;
  15. }
  16. };
  17. ///////////////////////////
  18. } // namespace PinPad
  19. #endif // __PINPAD_MSG_G_H