コード例 #1
0
 // Constantly consumes the produces packages from the NXT
 private static void ConsumeBT(BluetoothConnection bt)
 {
     while (true)
     {
         bt.ConsumePackages();
     }
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: Vandborg/SW505E14-Software
 // Constantly consumes the produces packages from the NXT
 private static void ConsumeBT(BluetoothConnection bt)
 {
     while (true)
     {
         bt.ConsumePackages();
     }
 }