资源简介
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个文件信息
- 上一篇:C# Redis存取数据
- 下一篇:C#利用飞信接口发短信
相关资源
- 将图片复制到剪贴板以及将剪贴板中
- wince引脚控制程序
- C# pop3 邮件接收程序
- 数据同步服务程序源码(附数据库脚
- Prodave6联接程序源码
- 基于com串口的文件发送和接收
- C# 播放器屏幕保护程序
- c# WPF串口模拟自动生成数据
- 串口通信(serialport)
- C#批量解压缩桌面程序源码(ICSharpC
- 生成8位密码程序
- log4net 记录web application程序 全局错误
- C# 算二十四(算24)解题器 程序
- C# 启动屏幕保护程序
- WinCE6.0模拟器 (支持Win7、WIN8) [电脑
- C#飞行棋 游戏
- 推出网搜索小偷程序源码-v30623
- C# 检查代理IP是否可用 程序源码
- 浏览器唤起本地应用程序(自定义协
- winform程序默认以管理员身份运行 (
- 电子称重量读取1
-
使用LinqToob
jects操作数组及集合 - 使用LinqToDataSet操作数据集
- C#关机长老程序+源码免费
- 串口通讯库雏形
- 分享串口通讯之被动接收且实时查找
- 构建WCF面向服务的应用程序系列课程
- 串口升级工具源码(IAP)
- C# 串口控制(打开/关闭)
- C#抽签小程序(可用于随机抽奖)
评论
共有 条评论