IPWorks BLE 2020 C++ Builder Edition

Questions / Feedback?

CharacteristicSubscribed Property

Whether or not the component has subscribed to updates for this characteristic's value.

Syntax

__property bool CharacteristicSubscribed[int CharacteristicIndex] = { read=FCharacteristicSubscribed, write=FSetCharacteristicSubscribed };

Default Value

false

Remarks

Whether or not the component has subscribed to updates for this characteristic's value.

See Subscribe for more information.

Note that, on some platforms, the component might have to automatically discover specific descriptors for the value this returns to be accurate. The component take care of handling this automatic discovery in the most energy-efficient manner possible.

The CharacteristicIndex parameter specifies the index of the item in the array. The size of the array is controlled by the CharacteristicCount property.

This property is not available at design time.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks BLE 2020 C++ Builder Edition - Version 20.0 [Build 8158]