public WiFiSensor(WaitHandle stopThread, WaitHandle pauseThread, WaitHandle playThread, SensorToLocalizer<SensorOutput> output) { _client = new WlanClient(); _threadControls[0] = stopThread; _threadControls[1] = pauseThread; _play = playThread; _output = output; }
internal WlanInterface(WlanClient client, Wlan.WlanInterfaceInfo info) { this.client = client; this.info = info; }