MessageRouter 构造函数 (String) |
指定路由来实例化一个对象,使用字符串的表示方式
Specify the route to instantiate an object, using the string representation
命名空间:
HslCommunication.Profinet.AllenBradley
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public MessageRouter(
string router
)
Public Sub New (
router As String
)
public:
MessageRouter(
String^ router
)
new :
router : string -> MessageRouter
参数
- router
- 类型:SystemString
路由信息
备注
路有消息支持两种格式,格式1:1.15.2.18.1.12 格式2: 1.1.2.130.133.139.61.1.0
There are two formats for the channel message, format 1: 1.15.2.18.1.12 format 2: 1.1.2.130.133.139.61.1.0
参见