123456789101112131415161718192021222324252627282930 |
- #ifndef __RESOURCEWATCHER_MSG_G_H
- #define __RESOURCEWATCHER_MSG_G_H
- #pragma once
- // This code is generated by spgen tool!
- #include "SpHelper.h"
- namespace ResourceWatcher {
- #define eMsg_QueryCardSwiper 0
- #define eMsgSig_QueryCardSwiper 690144769
- struct QueryCardSwiper
- {
- int status;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & status;
- }
- };
- ///////////////////////////
- } // namespace ResourceWatcher
- #endif // __RESOURCEWATCHER_MSG_G_H
|