Example #1
0
        /**
         * Returns the x and y floor speeds of the treadmill.
         */
        public static SpeedVector2 GetFloorSpeeds()
        {
            InfinadeckInitError e = InfinadeckInitError.InfinadeckInitError_None;

            if (!CheckConnection())
            {
                InitConnection(ref e);
            }
            return(InfinadeckInterOp.GetFloorSpeeds());
        }