BluetoothAddressを表示しないように変更

parent ef3a3e04
......@@ -98,7 +98,7 @@ namespace WpfBleSampleApp
var dev = x.Value;
var id = x.Key; // == dev.DeviceId
this.TextBlockRSSI.Text += $"{dev.Name}, {id}, {dev.BluetoothAddress:x}\n";
this.TextBlockRSSI.Text += $"{dev.Name}, {id}\n";
}
// OKリストの中身と何個一致しているか
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment