码迷,mamicode.com
首页 > 其他好文 > 详细

TBluetoothLEDevice.UpdateOnReconnect

时间:2016-01-22 17:07:18      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:

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 service discovery operation 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 TBluetoothGattService, TBluetoothGattCharacteristic or TBluetoothGattDescriptor that belonged to that remote device becomes invalid, and you must perform a new service discovery 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 TBluetoothGattService, TBluetoothGattCharacteristic or TBluetoothGattDescriptor when remote devices reconnect. 

TBluetoothLEDevice.UpdateOnReconnect

标签:

原文地址:http://www.cnblogs.com/cb168/p/5151524.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!