123456789101112131415161718192021222324252627282930 |
- #ifndef __MEDIACONTROLLER_MSG_G_H
- #define __MEDIACONTROLLER_MSG_G_H
- #pragma once
- // This code is generated by spgen tool!
- #include "SpHelper.h"
- namespace MediaController {
- #define eMsg_EnvCameraCapInfo 4
- #define eMsgSig_EnvCameraCapInfo -1158933893
- struct EnvCameraCapInfo
- {
- CSimpleStringW cameracapmsg;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & cameracapmsg;
- }
- };
- ///////////////////////////
- } // namespace MediaController
- #endif // __MEDIACONTROLLER_MSG_G_H
|