#ifndef __CARDISSUERSTAND_MSG_G_H #define __CARDISSUERSTAND_MSG_G_H #pragma once // This code is generated by spgen tool! #include "SpHelper.h" namespace CardIssuerStand { #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 CardIssuerStand #endif // __CARDISSUERSTAND_MSG_G_H