设置FlowMsg的消息类型。
1
set_msg_type(self, msg_type) -> None
参数名
输入/输出
描述
msg_type
输入
FlowMsg的消息类型。用户自定义类型范围为:[1204, 65535)
无