BluetoothLEAdvertisementWatcher

BluetoothLEAdvertisementWatcher

本文介绍了在Visual Studio 2019中使用C ++ / WinRT:无法访问BluetoothLEAdvertisementWatcher的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经设置了设备功能并在pch.h文件中定义了标题,但是BluetoothLEAdvertisementWatcher一直给我一个未声明的标识符。如何访问和实例化该类?

I have set the Device capabilities and defined the header in the pch.h file, but BluetoothLEAdvertisementWatcher keeps giving me undeclared identifier. How do I access and instantiate that class?

我认为这不会得到回答。

I do not expect this will ever be answered.

推荐答案


这篇关于在Visual Studio 2019中使用C ++ / WinRT:无法访问BluetoothLEAdvertisementWatcher的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-15 01:11