#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 eMsgSig_FetchCard 1110804794 struct FetchCard { int status; void Serialize(SpBuffer &Buf) { auto & buf = Buf & status; } }; /////////////////////////// } // namespace CardIssuerStand #endif // __CARDISSUERSTAND_MSG_G_H