点击或拖拽改变大小

ModbusAddressAddressAdd 方法 (Int32)

地址偏移指定的位置,返回一个新的地址对象
The address is offset by the specified position and a new address object is returned

命名空间:  HslCommunication.Core.Address
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public ModbusAddress AddressAdd(
	int value
)

参数

value
类型:SystemInt32
数据值信息

返回值

类型:ModbusAddress
新增后的地址信息
参见