Click or drag to resize

DHMMotorsManagerMoveMotorsLoadConfig Method

Namespace:  LynceeTec.DHM.Motors
Assembly:  LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 7.3.77.25127 8_0_dev ee7cc19, built 2018-08-31 12:03:08 UTC
Syntax
public Task MoveMotorsLoadConfig(
	IReadOnlyDictionary<MotorizedDevicesType, IMotorConfig> motorConfigs,
	Dictionary<MotorizedDevicesType, float> initOffset,
	IProgress<int> progress
)

Parameters

motorConfigs
Type: System.Collections.GenericIReadOnlyDictionaryMotorizedDevicesType, IMotorConfig
initOffset
Type: System.Collections.GenericDictionaryMotorizedDevicesType, Single
progress
Type: SystemIProgressInt32

Return Value

Type: Task

Implements

IMotorsManagerMoveMotorsLoadConfig(IReadOnlyDictionaryMotorizedDevicesType, IMotorConfig, DictionaryMotorizedDevicesType, Single, IProgressInt32)
See Also