博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
TBluetoothLEDevice.UpdateOnReconnect
阅读量:6623 次
发布时间:2019-06-25

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

System.Bluetooth.TBluetoothLEDevice.UpdateOnReconnect

Description

Indicates whether the manager automatically updates its internal service objects when a remote device reconnects (True), or you want to manually perform a new to obtain new, valid internal service objects (False).

Platform Support

This property only affects OS X and iOS.

In those platforms, when a previously-discovered remote device disconnects, the internal objects that represent its services in your Bluetooth manager become invalid. When the remote device reconnects, the run-time platform generates new internal objects to represents the services of that remote device.

By default, any instance of , or that belonged to that remote device becomes invalid, and you must perform a new to obtain new objects that you can use. Change the value of UpdateOnReconnect to True if you want your manager to automatically update your existing objects when a device reconnects so that you do not need new objects.

Other platforms do not need new instances of , or when remote devices reconnect. 

转载地址:http://cftpo.baihongyu.com/

你可能感兴趣的文章
PlotLegends 应用
查看>>
error: variable '__this_module' has initializer but incomplete type错误解决
查看>>
linux下为php添加mongodb扩展
查看>>
使用java.util.concurrent.ThreadFactory来创建线程
查看>>
zabbix 监控windows tcp 链接数
查看>>
Commonjs规范及Node模块实现
查看>>
Android——带文字阴影效果的TextView
查看>>
CentOS 7 使用 npm 失败 npm: symbol SSL_set_cert_cb
查看>>
基础知识|数据库的一些基本概念
查看>>
vue-resource promise兼容性问题
查看>>
2008 R2 AD帐号的批量导入和导出
查看>>
动态路由上的RIP协议配置
查看>>
第五章 zabbix 添加触发器Triggers
查看>>
2015年十大测试工具你认识几个?
查看>>
宅男程序员给老婆的计算机课程之5:设计模式
查看>>
Python练习1
查看>>
PHP连接MSSQL数据库案例,PHPWAMP多个PHP版本连接SQL Server数据库
查看>>
在本地搭建play-with-docker
查看>>
PHPWAMP强行脱离依赖,在系统缺失必备组件或DLL受损的情况下依然能正常运行
查看>>
echo显示颜色
查看>>