資源簡(jiǎn)介
qt串口程序轉(zhuǎn)發(fā)(C#ble低功耗藍(lán)牙)
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?Windows.Devices.Bluetooth;
using?Windows.Devices.Bluetooth.GenericAttributeProfile;
using?Windows.Devices.Enumeration;
using?Windows.Foundation;
using?Windows.Security.Cryptography;
namespace?BLECode
{
????public?class?BluetoothLECode
????{
????????//存儲(chǔ)檢測(cè)的設(shè)備MAC。
????????public?string?CurrentDeviceMAC?{?get;?set;?}
????????//存儲(chǔ)檢測(cè)到的設(shè)備。
????????public?BluetoothLEDevice?CurrentDevice?{?get;?set;?}
????????//存儲(chǔ)檢測(cè)到的主服務(wù)。
????????public?GattDeviceService?CurrentService?{?get;?set;?}
????????//存儲(chǔ)檢測(cè)到的寫(xiě)特征對(duì)象。
????????public?GattCharacteristic?CurrentWriteCharacteristic?{?get;?set;?}
????????//存儲(chǔ)檢測(cè)到的通知特征對(duì)象。
????????public?GattCharacteristic?CurrentNotifyChar
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件?????????422??2019-03-07?10:48??App.config
?????目錄???????????0??2019-03-07?13:46??bin\Debug\
?????文件??????174080??2019-03-06?15:04??bin\Debug\Windows.WinMD
?????文件???????30208??2019-03-07?13:46??bin\Debug\WindowsFormsApp2.exe
?????文件?????????422??2019-03-07?10:48??bin\Debug\WindowsFormsApp2.exe.config
?????文件???????69120??2019-03-07?13:46??bin\Debug\WindowsFormsApp2.pdb
?????文件???????15345??2019-03-07?15:33??BLECode.cs
?????文件????????2637??2019-03-07?10:47??Form1.cs
?????文件????????2798??2019-03-06?15:41??Form1.Designer.cs
?????文件????????5817??2019-03-06?15:41??Form1.resx
?????文件??????174080??2019-03-06?15:04??lib\Windows.WinMD
?????目錄???????????0??2019-03-07?13:46??obj\Debug\
?????文件????????1131??2019-03-07?10:04??obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????14142??2019-03-07?10:45??obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????????0??2019-03-06?15:02??obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件???????????0??2019-03-06?15:02??obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件???????????0??2019-03-06?15:02??obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????目錄???????????0??2019-03-07?10:04??obj\Debug\TempPE\
?????文件????????3584??2019-03-07?10:04??obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件???????????0??2019-03-07?13:46??obj\Debug\WindowsFormsApp2.csproj.CopyComplete
?????文件??????????42??2019-03-07?13:46??obj\Debug\WindowsFormsApp2.csproj.CoreCompileInputs.cache
?????文件????????1214??2019-03-07?13:46??obj\Debug\WindowsFormsApp2.csproj.FileListAbsolute.txt
?????文件????????1012??2019-03-07?13:46??obj\Debug\WindowsFormsApp2.csproj.GenerateResource.cache
?????文件???????44307??2019-03-07?13:46??obj\Debug\WindowsFormsApp2.csprojAssemblyReference.cache
?????文件???????30208??2019-03-07?13:46??obj\Debug\WindowsFormsApp2.exe
?????文件?????????180??2019-03-07?13:46??obj\Debug\WindowsFormsApp2.Form1.resources
?????文件???????69120??2019-03-07?13:46??obj\Debug\WindowsFormsApp2.pdb
?????文件?????????180??2019-03-07?13:46??obj\Debug\WindowsFormsApp2.Properties.Resources.resources
?????文件?????????528??2019-03-06?15:02??Program.cs
?????文件????????1344??2019-03-06?15:02??Properties\AssemblyInfo.cs
?????文件????????2867??2019-03-07?10:04??Properties\Resources.Designer.cs
............此處省略5個(gè)文件信息
評(píng)論
共有 條評(píng)論