点击或拖拽改变大小

ModbusAddress 构造函数 (String, Byte)

实例化一个对象,使用指定的地址及功能码初始化
Instantiate an object and initialize it with the specified address and function code

命名空间:  HslCommunication.Core.Address
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public ModbusAddress(
	string address,
	byte function
)

参数

address
类型:SystemString
传入的地址信息,支持富地址,例如s=2;x=3;100
function
类型:SystemByte
默认的功能码信息
参见