meiMotorCompareListGet

Declaration
long meiMotorCompareListGet(MPIMotor motor,
                            long	  *compareCount,
                            long	  *compareList);
Required Header stdmei.h
Description

MotorCompareListGet sets compareCount to the number of compares that motor has. It sets compareList to the number of the compare object for each compare.

Return Values
MPIMessageOK if motor is a valid MPIMotor object.
See Also