gpt4 book ai didi

windows - 有什么方法可以从 Windows 10 中的 c# 桌面应用程序使用蓝牙 LE?

转载 作者:可可西里 更新时间:2023-11-01 13:03:53 25 4
gpt4 key购买 nike

我在网上找到的所有关于蓝牙 LE 的东西都需要一个通用的 Windows 应用程序,这完全不适合我。

有没有一种方法可以在 c# 中使用蓝牙 LE,而不必像在 UWP 上那样编写我的整个应用程序?

最佳答案

您可以在 C# 桌面应用程序中使用 C# API!我有一个 sample here in GitHub .

一般来说,要访问 C# APIS,请向您的项目添加两个引用:

  1. C:\Program Files (x86)\Windows Kits\10\UnionMetadata\Windows.winmd
  2. C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.WindowsRuntime.dll

请注意,#2 版本取决于您使用的 .NET 版本。

Background tasks will not be supported, but all other Bluetooth C# features should be there.

关于windows - 有什么方法可以从 Windows 10 中的 c# 桌面应用程序使用蓝牙 LE?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37333179/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com