Ejemplo n.º 1
0
        //------ sensor selection ----------//
        /* not supported */

        //------- sensor status --------- //
        /* not supported */

        //------ status frame period changes ----------//
        public virtual ErrorCode SetControlFramePeriod(ControlFrame frame, int periodMs)
        {
            return(_motor.SetControlFramePeriod(frame, periodMs));
        }