Redler Technologies Inc.

MotionSerialComSaveParameters 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 override Task SaveParameters(
	int millisecondsSaveDelay = 1500,
	bool performReset = true,
	int millisecondsResetDelay = 500
)

Parameters

millisecondsSaveDelay  Int32  (Optional)
Delay after the save command.
performReset  Boolean  (Optional)
If , perform a reset after the save operation is done.
millisecondsResetDelay  Int32  (Optional)

[Missing <param name="millisecondsResetDelay"/> documentation for "M:Redler.Motion.Communication.MotionCom.MotionSerialCom.SaveParameters(System.Int32,System.Boolean,System.Int32)"]

Return Value

Task
The task of saving parameters

See Also