DLT645ServerStationMatch 属性 |
是否对客户端及主站的站号进行强制校验,只有两者站号匹配才进行返回数据,默认为false,对站号信息不校验操作
Whether to forcibly verify the station ids of the client and the master station. The data is returned only when the station ids of the client and master station match. The default value is false
命名空间:
HslCommunication.Instrument.DLT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool StationMatch { get; set; }
Public Property StationMatch As Boolean
Get
Set
public:
property bool StationMatch {
bool get ();
void set (bool value);
}
member StationMatch : bool with get, set
属性值
类型:
Boolean参见