点击或拖拽改变大小

ModbusAddress 构造函数 (String, Byte, Byte)

实例化一个对象,使用指定的地址,站号,功能码来初始化
Instantiate an object, use the specified address, station number, function code to initialize

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

参数

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