#ifndef __CARDISSUERSTORE_MSG_G_H #define __CARDISSUERSTORE_MSG_G_H #pragma once // This code is generated by spgen tool! #include "SpHelper.h" namespace CardIssuerStore { #define eMsg_FetchCard 0 #define eMsg_SCIConnect 1 #define eMsgSig_FetchCard 1110804794 #define eMsgSig_SCIConnect 721962700 struct FetchCard { int status; void Serialize(SpBuffer &Buf) { auto & buf = Buf & status; } }; /////////////////////////// struct SCIConnect { int status; void Serialize(SpBuffer &Buf) { auto & buf = Buf & status; } }; /////////////////////////// } // namespace CardIssuerStore #endif // __CARDISSUERSTORE_MSG_G_H