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