123456789101112131415161718192021222324252627282930 |
- #ifndef __PINPAD_MSG_G_H
- #define __PINPAD_MSG_G_H
- #pragma once
- // This code is generated by spgen tool!
- #include "SpHelper.h"
- namespace PinPad {
- #define eMsg_InputContent 0
- #define eMsgSig_InputContent -1171779670
- struct InputContent
- {
- CSimpleStringA data;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & data;
- }
- };
- ///////////////////////////
- } // namespace PinPad
- #endif // __PINPAD_MSG_G_H
|