#ifndef __IDCERTIFICATE_MSG_G_H #define __IDCERTIFICATE_MSG_G_H #pragma once // This code is generated by spgen tool! #include "SpHelper.h" namespace IDCertificate { #define eMsg_FetchIDCard 0 #define eMsgSig_FetchIDCard 2078068179 struct FetchIDCard { int status; void Serialize(SpBuffer &Buf) { auto & buf = Buf & status; } }; /////////////////////////// } // namespace IDCertificate #endif // __IDCERTIFICATE_MSG_G_H