![]() |
系统接口
#include "MediaInfSystem.hpp"

类 | |
| struct | Param |
| 系统持久化参数 更多... | |
Public 成员函数 | |
| virtual ErrCodeE | GetChipInfo (std::string &info)=0 |
| 获取芯片信息 更多... | |
|
pure virtual |
| info | [out] 返回芯片信息 json string,固定格式如下: { "chipType": "SSC377QE", "chipId": "xxxxxxxx", "chipProductionDate": "2024-08-16", "chipProductionTime": "15:45:00", "chipSdkVersion": "V1.2.0" } |
在 Emx::MediaServerSystemChn 内被实现.