Windows Mobile - 获取蓝牙 MAC 地址
如何从 Windows Mobile 获取蓝牙 MAC 地址?我尝试了 OPENNETCF 库,但它不起作用。还有其他代码可以获取蓝牙MAC地址吗?
How to get Bluetooth MAC address from Windows Mobile? I tried OPENNETCF library but it does not work. Any other code to get Bluetooth MAC address?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您尝试过 32feet.NET 吗?
您可以在 CodePlex 上获取它:http://32feet.codeplex.com/
Have you tried 32feet.NET ?
You can get it at CodePlex: http://32feet.codeplex.com/
Registry.GetValue(@"HKEY_LOCAL_MACHINE\Software\Microsoft\Bluetooth\MITS", "MACADDRESS", string.Empty).ToString()
Registry.GetValue(@"HKEY_LOCAL_MACHINE\Software\Microsoft\Bluetooth\MITS", "MACADDRESS", string.Empty).ToString()