aardio 文档
InTheHand.Bluetooth 库模块帮助文档
InTheHand.Bluetooth 成员列表
.NET 名字空间 InTheHand.Bluetooth 。
最低要求 .NET 4.6.2 ,Win10 1607 开始系统自带 。
自 InTheHand.BluetoothLE 程序集加载,用于低耗电蓝牙。
普通蓝牙请使用 InTheHand.Net 库
InTheHand.Bluetooth.?
.NET 名字空间、类、结构体的成员,
可访问成员名字空间、类、枚举、静态属性或字段,
导入的类可用于构造 .NET 对象,传回 .NET 则自动转为该类的 Type 对象
返回对象:dotNetNameSpaceObject
InTheHand.Bluetooth.assembly
导入此 .NET 名字空间的程序集对象。
返回对象:dotNetCrlAssemblyObject
InTheHand.Bluetooth.eachDevice()
返回对象:InTheHandBluetoothBleDevObject
InTheHand.Bluetooth.eachDevice(winform,options,cancelToken)
for i,deviceInfo in InTheHand.Bluetooth.eachDevice(winform){
/*winform 参数必须指定窗体对象,其他为可选参数。
deviceInfo 为发现的蓝牙设备。*/
}
InTheHandBluetoothBleDevObject 成员列表
InTheHandBluetoothBleDevObject.Id
设备 ID
InTheHandBluetoothBleDevObject.IsPaired
是否已配对
InTheHandBluetoothBleDevObject.Name
设备名
InTheHandBluetoothBleDevObject.Gatt 成员列表
InTheHandBluetoothBleDevObject.Gatt.ConnectAsync()
连接,返回异步任务
InTheHandBluetoothBleDevObject.Gatt.GetPrimaryServicesAsync()
获取主要服务列表,返回异步任务
Markdown 格式