meiMotorDacConfigGet

Declaration
long meiMotorDacConfigGet(MPIMotor          motor,
                          MEIMotorDacConfig *dacConfig,
                          MEIFlash          flash);
Required Header stdmei.h
Description

MotorDacConfigGet gets a Motor's (motor) Dac configuration and writes it to the structure pointed to by dacConfig. The dac configuration located in flash is retrieved if the flash structure is not NULL.

Return Values
MPIMessageOK if MotorDacConfigGet successfully writes the Motor's Dac configuration to the config structure
See Also meiMotorDacConfigSet | MEIMotorDacConfig