• 大小: 0.15M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 串口  Qt  程序  

资源简介

qt串口程序转发(C#ble低功耗蓝牙)

资源截图

代码片段和文件信息

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
    {
        //存储检测的设备MAC。
        public string CurrentDeviceMAC { get; set; }
        //存储检测到的设备。
        public BluetoothLEDevice CurrentDevice { get; set; }
        //存储检测到的主服务。
        public GattDeviceService CurrentService { get; set; }
        //存储检测到的写特征对象。
        public GattCharacteristic CurrentWriteCharacteristic { get; set; }
        //存储检测到的通知特征对象。
        public GattCharacteristic CurrentNotifyChar

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         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个文件信息

评论

共有 条评论