예제 #1
0
 public WiFiSensor(WaitHandle stopThread, WaitHandle pauseThread, WaitHandle playThread, SensorToLocalizer<SensorOutput> output)
 {
     _client = new WlanClient();
     _threadControls[0] = stopThread;
     _threadControls[1] = pauseThread;
     _play = playThread;
     _output = output;
 }
예제 #2
0
파일: WlanApi.cs 프로젝트: poros/whereless
 internal WlanInterface(WlanClient client, Wlan.WlanInterfaceInfo info)
 {
     this.client = client;
     this.info = info;
 }