IMotionComExitBootAsync Method
Exits the bootloader and runs the FW
Namespace: Redler.Motion.Communication.MotionComAssembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
Task<bool> ExitBootAsync(
int fwBaudrate,
TimeSpan? timeout = null
)
- 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.
TaskBooleanWhether the fw successfully runs