博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
delphi xe10 蓝牙
阅读量:4605 次
发布时间:2019-06-09

本文共 813 字,大约阅读时间需要 2 分钟。

//蓝牙System.Bluetooth //单元中主要包含以下几个类TBluetoothManager、TBluetoothDeviceList、TBluetoothAdapter、TBluetoothDevice、TBluetoothService、TBluetoothServiceList、TBluetoothSocketTBluetoothManager //蓝牙管理器,用于蓝牙设备管理,包括发现蓝牙设备,获取配对设备,处理远程配对请求等功能TBluetoothDeviceList //蓝牙设备列表,TBluetoothDeviceList = class(TObjectList
),可以通过TBluetoothManager.GetPairedDevices //获得配对设备列表TBluetoothAdapter //本机蓝牙设备,实现配对、取消配对等功能,可通过TBluetoothManager.CurrentAdapter得到当前蓝牙设备TBluetoothDevice //远端蓝牙设备,每个远端设备可以提供若干个服务(TBluetoothService),TBluetoothService //远端蓝牙设备服务,包括服务名和UUIDTBluetoothServiceList //服务列表 = class(TList
);可通过TBluetoothDevice.GetServices获得远端设备服务列表TBluetoothSocket //蓝牙通讯套接字,通过 TBluetoothDevice.CreateClientSocket(StringToGUID(ServiceGUI), True/False)创建

 

转载于:https://www.cnblogs.com/guorongtao/p/11137427.html

你可能感兴趣的文章
历届试题 高僧斗法
查看>>
linux命令系列 stat & touch
查看>>
[Tools] Webstorm Github的配置与使用
查看>>
鬼谷子绝学
查看>>
用Html5与Asp.net MVC上传多个文件
查看>>
Xcode中匹配的配置包的存放目录
查看>>
JavaScript将具有父子关系的原始数据格式化成树形结构数据(id,pid)
查看>>
MySQL服务使用
查看>>
C语言练手自己编写学生成绩管理系统
查看>>
20175204 张湲祯 2018-2019-2《Java程序设计》第二周学习总结
查看>>
How to lisp Lisp output a paragraph"500 Tph Dry Process Cement Plant Machinery Manufacturers"
查看>>
OpenMobile's Application Compatibility Layer (ACL)
查看>>
竞价广告系统-广告检索
查看>>
强哥PHP面向对象学习笔记
查看>>
[转]基于.NET平台常用的框架整理
查看>>
Symbian (Read Inbox)读取收件箱的内容
查看>>
良好的编程规范
查看>>
struts2 入门
查看>>
.net 编译原理
查看>>
mean 快速开发和现有技术的对比分析
查看>>