Motion Library Help Page
C#
Redler Technologies Inc.
Show/Hide TOC
Motion
Serial
Com
Erase
Async Method
Erases the flash in order to burn a new firmware / bootloader
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
>
EraseAsync
(
MotionPacketHelper
BurnFile
burnFile
)
Parameters
burnFile
MotionPacketHelper
BurnFile
The burn file object
Return Value
Task
Boolean
Whether the erase was successful
Implements
IMotionCom
EraseAsync(MotionPacketHelper
BurnFile)
See Also
Reference
MotionSerialCom Class
Redler.Motion.Communication.MotionCom Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also