Пример #1
0
        public void UnFreezeBytes(uint offset)
        {
            lock (_sync)
            {
                SendInternal(SwitchCommand.UnFreeze(offset));

                // give it time to push data back
                Thread.Sleep(1 + UI_Settings.GetThreadSleepTime());
            }
        }
Пример #2
0
        public void UnFreezeBytes(uint offset)
        {
            lock (_sync)
            {
                SendInternal(SwitchCommand.UnFreeze(offset));

                // wait for freezes to clear and poll again
                Thread.Sleep(1 + UI_Settings.GetThreadSleepTime());
            }
        }