点击或拖拽改变大小

ModbusAddress 构造函数

重载列表
  名称说明
公共方法ModbusAddress
实例化一个默认的对象
Instantiate a default object
公共方法ModbusAddress(String)
实例化一个对象,使用指定的地址初始化
Instantiate an object, initialize with the specified address
公共方法ModbusAddress(String, Byte)
实例化一个对象,使用指定的地址及功能码初始化
Instantiate an object and initialize it with the specified address and function code
公共方法ModbusAddress(String, Byte, Byte)
实例化一个对象,使用指定的地址,站号,功能码来初始化
Instantiate an object, use the specified address, station number, function code to initialize
Top
参见