IPWorks BLE 2020 C++ Builder Edition

Questions / Feedback?

CharacteristicUserDescription Property

The value of the user description descriptor for this characteristic.

Syntax

__property String CharacteristicUserDescription[int CharacteristicIndex] = { read=FCharacteristicUserDescription, write=FSetCharacteristicUserDescription };

Default Value

""

Remarks

The value of the user description descriptor for this characteristic.

If the "Writable Auxiliaries" property is set for this characteristic, you can change this value, which updates it on the server too.

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

String

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