/** * Checks whether the treadmill is in "Demo" mode * * NOTE: Not currently implemented */ public static void SetAPILock(bool locked) { InfinadeckInitError e = InfinadeckInitError.InfinadeckInitError_None; if (!CheckConnection()) { InitConnection(ref e); } InfinadeckInterOp.SetAPILock(locked); }