点击或拖拽改变大小

ModbusTcpNetEnableWriteMaskCode 属性

获取或设置当前掩码写入的功能码是否激活状态,设置为 false 时,再执行写入位时,会通过读字,修改位,写字的方式来间接实现。
When the function code is set to false, and then the write bit is executed, it will be indirectly implemented by reading, modifying the bit, and writing the word.

命名空间:  HslCommunication.ModBus
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public bool EnableWriteMaskCode { get; set; }

属性值

类型:Boolean

实现

IModbusEnableWriteMaskCode
参见