IPWorks BLE 2020 C++ Builder Edition

Questions / Feedback?

DescriptorCachedValue Property

The most recently cached value of this descriptor.

Syntax

__property String DescriptorCachedValue[int DescriptorIndex] = { read=FDescriptorCachedValue };
__property DynamicArray<Byte> DescriptorCachedValueB[int DescriptorIndex] = { read=FDescriptorCachedValueB };

Default Value

""

Remarks

The most recently cached value of this descriptor.

To read the descriptor's value directly from the remote server, use ReadValue.

The DescriptorIndex parameter specifies the index of the item in the array. The size of the array is controlled by the DescriptorCount property.

This property is read-only and not available at design time.

Data Type

Byte Array

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