Пример #1
0
 /// <summary>
 /// Continue after hello is OK.
 /// </summary>
 private void AfterHello()
 {
     SendCommand(bglib.BLECommandSystemGetInfo());
     SendCommand(bglib.BLECommandSystemAddressGet());
     SendCommand(bglib.BLECommandSystemGetConnections());
 }