delphi xe10 蓝牙
2021-05-23 09:31
标签:str apt 功能 包括 delphi 通讯 bluetooth span manage delphi xe10 蓝牙 标签:str apt 功能 包括 delphi 通讯 bluetooth span manage 原文地址:https://www.cnblogs.com/guorongtao/p/11137427.html//蓝牙
System.Bluetooth //单元中主要包含以下几个类
TBluetoothManager、TBluetoothDeviceList、TBluetoothAdapter、TBluetoothDevice、TBluetoothService、
TBluetoothServiceList、TBluetoothSocket
TBluetoothManager //蓝牙管理器,用于蓝牙设备管理,包括发现蓝牙设备,获取配对设备,处理远程配对请求等功能
TBluetoothDeviceList //蓝牙设备列表,TBluetoothDeviceList = class(TObjectList
下一篇:delphi xe10 消息操作