ModbusAddress 构造函数 |
名称 | 说明 | |
---|---|---|
ModbusAddress |
实例化一个默认的对象 Instantiate a default object | |
ModbusAddress(String) |
实例化一个对象,使用指定的地址初始化 Instantiate an object, initialize with the specified address | |
ModbusAddress(String, Byte) |
实例化一个对象,使用指定的地址及功能码初始化 Instantiate an object and initialize it with the specified address and function code | |
ModbusAddress(String, Byte, Byte) |
实例化一个对象,使用指定的地址,站号,功能码来初始化 Instantiate an object, use the specified address, station number, function code to initialize |