Beispiel #1
0
 // Constantly consumes the produces packages from the NXT
 private static void ConsumeBT(BluetoothConnection bt)
 {
     while (true)
     {
         bt.ConsumePackages();
     }
 }
Beispiel #2
0
 // Constantly consumes the produces packages from the NXT
 private static void ConsumeBT(BluetoothConnection bt)
 {
     while (true)
     {
         bt.ConsumePackages();
     }
 }