ModbusTcpServerEnableWriteMaskCode 属性 |
获取或设置当前掩码写入的功能码是否激活状态,设置为 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.1.2.0 (12.1.2.0)
语法 public bool EnableWriteMaskCode { get; set; }
Public Property EnableWriteMaskCode As Boolean
Get
Set
public:
property bool EnableWriteMaskCode {
bool get ();
void set (bool value);
}
member EnableWriteMaskCode : bool with get, set
属性值
类型:
Boolean参见