AllocEmptyDataMsg
产品支持情况
产品  | 
是否支持  | 
|---|---|
x  | 
|
√  | 
|
x  | 
|
x  | 
|
x  | 
函数功能
申请空数据的MsgType类型的message。该函数供Proc调用。
函数原型
1 | std::shared_ptr<FlowMsg> AllocEmptyDataMsg(MsgType msgType)  | 
参数说明
参数名  | 
输入/输出  | 
描述  | 
|---|---|---|
msgType  | 
输入  | 
要申请空数据的消息类型。  | 
返回值
- 0:SUCCESS。
 - other:FAILED,具体请参考错误码。
 
异常处理
无。
约束说明
无。
父主题: MetaContext类