描述
设置质控信息。
接口
bool SetElementQCNoticeMsg(const char* id, E_ERROR_LEVEL error_level, const char* msg)
参数
参数名 | 必填 | 类型 | 说明 | 备注 |
---|---|---|---|---|
id | 是 | string | 元素ID | 为空时,设置对象为当前操作元素 |
error_level | 是 | enum | E_ERROR_LEVEL | |
msg | 是 | string | 消息 | 异常时消息内容 |
返回值
类型 | 说明 | 备注 |
---|---|---|
bool | 设置是否成功 | 1:成功 0:失败 |
文档更新时间: 2025-05-13 21:45 作者:admin