获取或设置当前的DLT645是否检查数据标识,默认为true
Get or set whether the current DLT645 checks data identifiers, with the default being true
命名空间:
HslCommunication.Instrument.DLT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法public bool CheckDataId { get; set; }
Public Property CheckDataId As Boolean
Get
Set
public:
virtual property bool CheckDataId {
bool get () sealed;
void set (bool value) sealed;
}
abstract CheckDataId : bool with get, set
override CheckDataId : bool with get, set
属性值
类型:
Boolean实现
IDlt645CheckDataId
参见