MEIMotorTypeInfo

MEIMotorTypeInfo  

 

typedef union {
    struct {
        long	sercosNumber;
        long	nodeNumber;
    } sercos;
} MEIMotorTypeInfo;
Description

MotorTypeInfo is a union with one member (a sercos structure) that contains the sercosNumber and nodeNumber for that motor.

See Also