Redler Technologies Inc.

MotionKorlanComEraseAsync Method

Erases the flash according to the given burn file

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 embedded with the erase command

Return Value

TaskBoolean
True if the erase was complete successfully, false o/w

Implements

IMotionComEraseAsync(MotionPacketHelperBurnFile)

See Also