点击或拖拽改变大小

SoftIncrementCountGetCurrentValue 方法

获取自增信息,获得数据之后,下一次获取将会自增,如果自增后大于最大值,则会重置为最小值,如果小于最小值,则会重置为最大值。
Get the auto-increment information. After getting the data, the next acquisition will auto-increase. If the auto-increment is greater than the maximum value, it will reset to the minimum value. If the auto-increment is smaller than the minimum value, it will reset to the maximum value.

命名空间:  HslCommunication.BasicFramework
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public long GetCurrentValue()

返回值

类型:Int64
计数自增后的值
参见