Redler Technologies Inc.

MotionSerialComEraseAsync 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#
public override Task<bool> EraseAsync(
	MotionPacketHelperBurnFile burnFile
)

Parameters

burnFile  MotionPacketHelperBurnFile
The burn file object

Return Value

TaskBoolean
Whether the erase was successful

Implements

IMotionComEraseAsync(MotionPacketHelperBurnFile)

See Also