| ModbusAddress 构造函数 (String, Byte, Byte) | 
 
            实例化一个对象,使用指定的地址,站号,功能码来初始化
            Instantiate an object, use the specified address, station number, function code to initialize
            
 
        命名空间: 
     HslCommunication.Core.Address
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public ModbusAddress(
	string address,
	byte station,
	byte function
)
Public Sub New ( 
	address As String,
	station As Byte,
	function As Byte
)
public:
ModbusAddress(
	String^ address, 
	unsigned char station, 
	unsigned char function
)
new : 
        address : string * 
        station : byte * 
        function : byte -> ModbusAddress参数
- address
- 类型:SystemString
 传入的地址信息,支持富地址,例如s=2;x=3;100
- station
- 类型:SystemByte
 站号信息
- function
- 类型:SystemByte
 默认的功能码信息
 参见
参见