菜鸟教程小白 发表于 2022-12-12 13:35:45

C# Monotouch/Xamarin - iOS 蓝牙连接到多部手机?


                                            <p><p>有谁知道是否可以使用蓝牙连接到使用 C# Monotouch/Xamarin iOS 的多部手机?</p>

<p><strong>更新</strong></p>

<ul>
<li>我希望将多部手机连接到一部主手机
主机,全部通过蓝牙(1 台主机和 3 或 4 个客户端)。 </li>
<li>我不知道
很多关于蓝牙和各种配置文件,所以我会
也在寻找这方面的指导。</li>
</ul></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>是的,你可以。</p>

<p>iOS 7.0 引入了 <a href="https://developer.apple.com/library/ios/documentation/MultipeerConnectivity/Reference/MultipeerConnectivityFramework/Introduction/Introduction.html" rel="noreferrer noopener nofollow">Multipeer Connectivity</a>框架。它可以与蓝牙和/或 wifi 一起使用(甚至可以在它们之间进行桥接,非常简洁)。</p>

<p>您可以通过谷歌搜索<strong>Multipeer Connectivity</strong>、<strong>iOS</strong>和<strong>monotouch</strong>找到示例代码(例如<a href="http://www.knowing.net/index.php/2013/09/28/my-favorite-ios-7-apis-multipeer-connectivity/" rel="noreferrer noopener nofollow">chat</a>、<a href="https://github.com/mikebluestein/FindTheMonkey" rel="noreferrer noopener nofollow">mixed with iBeacons</a>)。 </p></p>
                                   
                                                <p style="font-size: 20px;">关于C# Monotouch/Xamarin - iOS 蓝牙连接到多部手机?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/18206724/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/18206724/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: C# Monotouch/Xamarin - iOS 蓝牙连接到多部手机?