C# 移動開發(Xamarin.Form) Plugin.BLE 藍芽串連

來源:互聯網
上載者:User

標籤:enter   http   ext   margin   心情   分享   mode   log   blog   

 

隨著Xamarin.Form項目接近尾聲,仔細一算才發現過來大半年時間了。

期間除了剛開始有閑情寫寫,期間各種開發坑,老闆坑,狀態不好搞得沒心情寫博了,現在總算有空來總結一下了。

來先說 Plugin.BLE (https://github.com/xabre/xamarin-bluetooth-le),在NuGet裡搜尋 Bluetooth ,Plugin.BLE是下載最多的Xamarin.Form可用的庫,有16.3K(1.63萬)人下載(2017-11-23)。

幾乎可用庫都試過

  • 調用

 Plugin.BLE用法有兩種,一種直接調用,代碼來自Plugin.BLE的開源項目


  var ble = CrossBluetoothLE.Current;

 //另一種是注入MvvmCross服務

  var ble = Mvx.Resolve<IBluetoothLE>();
var adapter = Mvx.Resolve<IAdapter>();

//或者
 MyViewModel(IBluetoothLE ble, IAdapter adapter)
{
 this.ble = ble; this.adapter = adapter;
}
  •  

 

 

 

 //以前的草稿,項目完成了,先發布,補充待期。

 

 

C# 移動開發(Xamarin.Form) Plugin.BLE 藍芽串連

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.