点击或拖拽改变大小

ModbusInfoBuildWriteBoolModbusCommand 方法

重载列表
  名称说明
公共方法静态成员BuildWriteBoolModbusCommand(ModbusAddress, Boolean)
构建Modbus写入bool数据的核心报文,需要指定地址,长度,站号,是否起始地址0,默认的功能码
To construct the core message that Modbus writes to bool data, you need to specify the address, length, station number, whether the starting address is 0, and the default function code
公共方法静态成员BuildWriteBoolModbusCommand(ModbusAddress, Boolean)
构建Modbus写入bool数组的核心报文,需要指定地址,长度,站号,是否起始地址0,默认的功能码
To construct the core message that Modbus writes to the bool array, you need to specify the address, length, station number, whether the starting address is 0, and the default function code
公共方法静态成员BuildWriteBoolModbusCommand(String, Boolean, Byte, Boolean, Byte)
构建Modbus写入bool数据的核心报文,需要指定地址,长度,站号,是否起始地址0,默认的功能码
To construct the core message that Modbus writes to bool data, you need to specify the address, length, station number, whether the starting address is 0, and the default function code
公共方法静态成员BuildWriteBoolModbusCommand(String, Boolean, Byte, Boolean, Byte)
构建Modbus写入bool数据的核心报文,需要指定地址,长度,站号,是否起始地址0,默认的功能码
To construct the core message that Modbus writes to bool data, you need to specify the address, length, station number, whether the starting address is 0, and the default function code
Top
参见