点击或拖拽改变大小

SoftIncrementCountResetStartValue 方法

重置当前序号的初始值,需要小于最大值,如果当前值小于初始值,则当前值被重置为初始值。
To reset the initial value of the current serial number, it must be less than the maximum value. If the current value is less than the initial value, the current value is reset to the initial value.

命名空间:  HslCommunication.BasicFramework
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public void ResetStartValue(
	long start
)

参数

start
类型:SystemInt64
初始值
参见