Redler Technologies Inc.

MotionComResetDriver Method

Resets the driver

Definition

Namespace: Redler.Motion.Communication.MotionCom
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
public Task ResetDriver(
	int millisecondsDelay = 500
)

Parameters

millisecondsDelay  Int32  (Optional)
this is how long we will wait after the reset command.

Return Value

Task
The task of reset driver

See Also