Пример #1
0
        /**
         * Returns the polar direction of the speed of the treadmill.
         */
        public static double GetFloorSpeedDirection()
        {
            InfinadeckInitError e = InfinadeckInitError.InfinadeckInitError_None;

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