DLT698UseSecurityResquest 属性 |
获取或设置是否使用安全的请求模式,对于有些仪表来说,不支持使用安全的模式,就需要设置为False。
Get or set whether to use the secure request mode, for some meters, the safe mode is not supported, so you need to set it to False.
命名空间:
HslCommunication.Instrument.DLT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool UseSecurityResquest { get; set; }
Public Property UseSecurityResquest As Boolean
Get
Set
public:
virtual property bool UseSecurityResquest {
bool get () sealed;
void set (bool value) sealed;
}
abstract UseSecurityResquest : bool with get, set
override UseSecurityResquest : bool with get, set
属性值
类型:
Boolean实现
IDlt698UseSecurityResquest参见