Motion Library Help Page
C#
Redler Technologies Inc.
Show/Hide TOC
Motion
Canalyst
Com
Exit
Boot
Async 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#
Copy
public
override
Task
<
bool
>
ExitBootAsync
(
int
fwBaudrate
,
TimeSpan
?
timeout
=
null
)
Parameters
fwBaudrate
Int32
The baudrate of the FW
timeout
Nullable
TimeSpan
(Optional)
The maximum time to wait for the boot to exit. If not defined, a default duration value will be replaced.
Return Value
Task
Boolean
Whether the fw successfully runs
Implements
IMotionCom
ExitBootAsync(Int32, Nullable
TimeSpan
)
See Also
Reference
MotionCanalystCom Class
Redler.Motion.Communication.MotionCom Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also