第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

帶有 Unity 的 Hololens 上的 BluetoothLEDevice

帶有 Unity 的 Hololens 上的 BluetoothLEDevice

C#
炎炎設(shè)計(jì) 2022-01-09 16:15:44
我正在嘗試從 BLE 設(shè)備讀取傳感器數(shù)據(jù),但對(duì) Unity / C# / HoloLens / UWP 來(lái)說(shuō)是全新的。我使用的 UWP 命名空間:#if NETFX_COREusing System;using Windows.Devices.Bluetooth.Advertisement;using Windows.Devices.Bluetooth;#endif這是 BluetoothLEAdvertisementWatcher.Received 的事件處理程序:#if NETFX_COREprivate async void Watcher_Received(BluetoothLEAdvertisementWatcher sender, BluetoothLEAdvertisementReceivedEventArgs args){    Debug.Log("=Received Advertisement=");    ulong bluetoothAddress = args.BluetoothAddress;    Debug.Log("  BT_ADDR: " + bluetoothAddress);    Debug.Log("  Local name: " + args.Advertisement.LocalName);    Debug.Log("  advertisement type: " + args.AdvertisementType.ToString());    // Throws 'System.IO.FileNotFoundException' in System.Private.CoreLib.ni.dll    BluetoothLEDevice device = await BluetoothLEDevice.FromBluetoothAddressAsync(bluetoothAddress);}#endif我在堆棧跟蹤中看到的所有內(nèi)容都是:拋出異常:System.Private.CoreLib.ni.dll 中的“System.IO.FileNotFoundException”系統(tǒng)找不到指定的文件。(來(lái)自 HRESULT 的異常:0x80070002)我不知道如何進(jìn)一步調(diào)試這個(gè),或者一般有什么問(wèn)題。
查看完整描述

1 回答

?
森欄

TA貢獻(xiàn)1810條經(jīng)驗(yàn) 獲得超5個(gè)贊

在我的特殊情況下,轉(zhuǎn)到系統(tǒng) - > 設(shè)備(HOLOLENS)并刪除所有以前配對(duì)的藍(lán)牙設(shè)備可以解決問(wèn)題。

就我而言,我在設(shè)備列表中只有 Hololens 的“Clicker”。刪除它后

System.IO.FileNotFoundException

不再拋出,并且

BluetoothLEDevice.FromBluetoothAddressAsync

似乎工作。答題器不在附近或在任何地方,只是之前(幾周前)配對(duì)過(guò)。

這個(gè)錯(cuò)誤總是可以通過(guò)以下方式重現(xiàn):

  • 配對(duì)答題器

  • 配對(duì)其他 Gatt 設(shè)備

在調(diào)用 BluetoothLEDevice.FromBluetoothAddressAsync 時(shí),System.IO.FileNotFoundException 再次被拋出,即使點(diǎn)擊器未配對(duì)。當(dāng)我從設(shè)備列表中刪除答題器時(shí),它又可以工作了。


查看完整回答
反對(duì) 回復(fù) 2022-01-09
  • 1 回答
  • 0 關(guān)注
  • 500 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)