点击或拖拽改变大小

DeviceServerEnableWrite 属性

获取或设置当前的服务器是否允许远程客户端进行写入数据操作,默认为True
Gets or sets whether the current server allows remote clients to write data, the default is True

命名空间:  HslCommunication.Core.Device
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.0.0 (12.1.0.0)
语法
public bool EnableWrite { get; set; }

属性值

类型:Boolean
备注
如果设置为False,那么所有远程客户端的操作都会失败,直接返回错误码或是关闭连接。
参见