Cirrious.MvvmCross.Plugins.Sphero.HackFileShare.NonAwaitingConnectedSpheroRunner.NonAwaitingConnectedSpheroRunner C# (CSharp) Method

NonAwaitingConnectedSpheroRunner() public method

public NonAwaitingConnectedSpheroRunner ( IStreamSocketWrapper streamSpheroWrapper ) : System
streamSpheroWrapper IStreamSocketWrapper
return System
        public NonAwaitingConnectedSpheroRunner(IStreamSocketWrapper streamSpheroWrapper)
        {
            _streamSpheroWrapper = streamSpheroWrapper;
            _itemsReadyEvent = new ManualResetEvent(false);
            _commandsToSend = new Queue<CommandWithActions>();
        }