Redler Technologies Inc.

MotionSerialComProgramAsync Method

Burns the driver with 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> ProgramAsync(
	MotionPacketHelperBurnFile burnFile,
	IProgress<double> progress,
	double progressOffset,
	double totalPercentToProceed
)

Parameters

burnFile  MotionPacketHelperBurnFile
The burn file object
progress  IProgressDouble
The progress object to report back to the caller the progression of the burn process
progressOffset  Double
Offset of the progress of the process
totalPercentToProceed  Double
How many percent we wish to progress during the process

Return Value

TaskBoolean
Whether the program process was successful

Implements

IMotionComProgramAsync(MotionPacketHelperBurnFile, IProgressDouble, Double, Double)

See Also