Example #1
0
        /**
         * Gets the remaining demo time, if the treadmill is in "Demo" mode
         *
         * NOTE: Not currently implemented
         */
        public static double GetDemoTimeRemaining()
        {
            InfinadeckInitError e = InfinadeckInitError.InfinadeckInitError_None;

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