将pollLevel属性名改为pollingInterval
This commit is contained in:
@@ -35,9 +35,9 @@ public class Variable
|
||||
public SignalType SignalType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 变量的轮询级别,决定了其读取频率。
|
||||
/// 变量的轮询间隔(毫秒),决定了其读取频率。
|
||||
/// </summary>
|
||||
public int PollLevel { get; set; }
|
||||
public int PollingInterval { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 指示此变量是否处于激活状态。
|
||||
|
||||
Reference in New Issue
Block a user