/** * Sets the API lock, which can prevent external applications from making * changes to thre treadmill's state * * NOTE: Not currently implemented */ public static bool GetAPILock() { InfinadeckInitError e = InfinadeckInitError.InfinadeckInitError_None; if (!CheckConnection()) { InitConnection(ref e); } return(InfinadeckInterOp.GetAPILock()); }