Redler Technologies Inc.

MotionKvaserComExitBootAsync Method

Exits the bootloader and runs the FW

Definition

Namespace: Redler.Motion.Communication.MotionCom
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
public override Task<bool> ExitBootAsync(
	int fwBaudrate,
	TimeSpan? timeout = null
)

Parameters

fwBaudrate  Int32
The baudrate of the FW
timeout  NullableTimeSpan  (Optional)
The maximum time to wait for the boot to exit. If not defined, a default duration value will be replaced.

Return Value

TaskBoolean
Whether the fw successfully runs

Implements

IMotionComExitBootAsync(Int32, NullableTimeSpan)

See Also