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