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.2.0 (12.1.2.0)
语法 public bool EnableWrite { get; set; }
Public Property EnableWrite As Boolean
Get
Set
public:
property bool EnableWrite {
bool get ();
void set (bool value);
}
member EnableWrite : bool with get, set
属性值
类型:
Boolean备注
如果设置为False,那么所有远程客户端的操作都会失败,直接返回错误码或是关闭连接。
参见