IMotionComProgramAsync Method
Burns the driver according to the given burn file, and updates the progress object according to the offset and how much to proceed
Namespace: Redler.Motion.Communication.MotionComAssembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
Task<bool> ProgramAsync(
MotionPacketHelperBurnFile burnFile,
IProgress<double> progress,
double progressOffset,
double totalPercentToProceed
)
- 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
TaskBoolean[Missing <returns> documentation for "M:Redler.Motion.Communication.MotionCom.IMotionCom.ProgramAsync(Redler.Motion.Communication.MotionPackets.MotionPacketHelper.BurnFile,System.IProgress{System.Double},System.Double,System.Double)"]