MediaController_msg_g.h 486 B

123456789101112131415161718192021222324252627282930
  1. #ifndef __MEDIACONTROLLER_MSG_G_H
  2. #define __MEDIACONTROLLER_MSG_G_H
  3. #pragma once
  4. // This code is generated by spgen tool!
  5. #include "SpHelper.h"
  6. namespace MediaController {
  7. #define eMsg_EnvCameraCapInfo 4
  8. #define eMsgSig_EnvCameraCapInfo -1158933893
  9. struct EnvCameraCapInfo
  10. {
  11. CSimpleStringW cameracapmsg;
  12. void Serialize(SpBuffer &Buf)
  13. {
  14. auto & buf = Buf & cameracapmsg;
  15. }
  16. };
  17. ///////////////////////////
  18. } // namespace MediaController
  19. #endif // __MEDIACONTROLLER_MSG_G_H