SoftIncrementCountIncreaseTick 属性 |
增加的单元,如果设置为0,就是不增加。如果为小于0,那就是减少,会变成负数的可能。
Increased units, if set to 0, do not increase. If it is less than 0, it is a decrease and it may become a negative number.
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public int IncreaseTick { get; set; }
Public Property IncreaseTick As Integer
Get
Set
public:
property int IncreaseTick {
int get ();
void set (int value);
}
member IncreaseTick : int with get, set
属性值
类型:
Int32参见