Redler Technologies Inc.

MotionComProgramAsync Method

Burns the driver according to the given burn file, and updates the progress object according to the offset and how much to proceed

Definition

Namespace: Redler.Motion.Communication.MotionCom
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
public abstract Task<bool> ProgramAsync(
	MotionPacketHelperBurnFile burnFile,
	IProgress<double> progress,
	double progressOffset,
	double totalPercentToProceed
)

Parameters

burnFile  MotionPacketHelperBurnFile
The given burn file
progress  IProgressDouble
The progress object
progressOffset  Double
The starting point of the progress in percentage
totalPercentToProceed  Double
How much to proceed in percentage

Return Value

TaskBoolean

[Missing <returns> documentation for "M:Redler.Motion.Communication.MotionCom.MotionCom.ProgramAsync(Redler.Motion.Communication.MotionPackets.MotionPacketHelper.BurnFile,System.IProgress{System.Double},System.Double,System.Double)"]

Implements

IMotionComProgramAsync(MotionPacketHelperBurnFile, IProgressDouble, Double, Double)

See Also