IModbusDisableFunctionCode06 属性 |
获取或设置是否禁用功能码05的写入操作,设置为true时,表示不允许使用功能码 06 进行写入操作。写入单个的字数据也使用 0x10 功能码
Get or set whether to disable the write operation of function code 06. When set to true, it indicates that the write operation of function code 05 is not allowed. Writing individual character data also uses the 0x10 function code
命名空间:
HslCommunication.ModBus
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.5.0.0 (12.5.0.0)
语法bool DisableFunctionCode06 { get; set; }
Property DisableFunctionCode06 As Boolean
Get
Set
property bool DisableFunctionCode06 {
bool get ();
void set (bool value);
}
abstract DisableFunctionCode06 : bool with get, set
属性值
类型:
Boolean
参见