| ModbusAddressAddressAdd 方法 (Int32) | 
 
            地址偏移指定的位置,返回一个新的地址对象
            The address is offset by the specified position and a new address object is returned
            
 
        命名空间: 
     HslCommunication.Core.Address
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public ModbusAddress AddressAdd(
	int value
)
Public Function AddressAdd ( 
	value As Integer
) As ModbusAddress
public:
ModbusAddress^ AddressAdd(
	int value
)
member AddressAdd : 
        value : int -> ModbusAddress 
参数
- value
- 类型:SystemInt32
 数据值信息
返回值
类型:
ModbusAddress新增后的地址信息
 参见
参见