VibrationSensorClientCheckSeconds 属性 |
获取或设置当前的客户端假死超时检查时间,单位为秒,默认60秒,60秒内没有接收到传感器的数据,则强制重连。
命名空间:
HslCommunication.Profinet.Geniitek
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public int CheckSeconds { get; set; }
Public Property CheckSeconds As Integer
Get
Set
public:
property int CheckSeconds {
int get ();
void set (int value);
}
member CheckSeconds : int with get, set
属性值
类型:
Int32参见