Redler Technologies Inc.

MotionComSaveParameters Method

Saves the parameters to the driver

Definition

Namespace: Redler.Motion.Communication.MotionCom
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
public virtual Task SaveParameters(
	int millisecondsSaveDelay = 1500,
	bool performReset = true,
	int millisecondsDelay = 500
)

Parameters

millisecondsSaveDelay  Int32  (Optional)
Delay after the save command.
performReset  Boolean  (Optional)
If , perform a reset after the save operation is done.
millisecondsDelay  Int32  (Optional)
If performing reset, this is how long we will wait after the reset command.

Return Value

Task
The task of saving parameters

See Also