SoftIncrementCountResetCurrentValue 方法 (Int64) | 
 
            将当前的值重置为指定值,该值不能大于max,如果大于max值,就会自动设置为max
            Reset the current value to the specified value. The value cannot be greater than max. If it is greater than max, it will be automatically set to max.
            
 
        命名空间: 
     HslCommunication.BasicFramework
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法public void ResetCurrentValue(
	long value
)
Public Sub ResetCurrentValue ( 
	value As Long
)
public:
void ResetCurrentValue(
	long long value
)
member ResetCurrentValue : 
        value : int64 -> unit 
参数
- value
 - 类型:SystemInt64
指定的数据值 
参见