How can I reference the Windows 8 Runtime (specifically BLE API) in a console application?

后端 未结 2 847
时光说笑
时光说笑 2021-02-06 17:20

I am using C# in Visual Studio Professional 13 on Windows 8.1 with the WDK installed.

I need to write a desktop application that interacts with a BLE de

2条回答
  •  南笙
    南笙 (楼主)
    2021-02-06 18:10

    Create a Portable Class Library and put all your BLE code there then reference the library in your desktop/console application.

提交回复
热议问题