Bluetooth Framework C++ Edition

◆ GetCharacteristics()

CwclGattLocalCharacteristic * GetCharacteristics ( const size_t  Index) const

Gets the subscribed characteristic by its index.

Parameters
IndexThe characteristic's index. The Index parameter must be in range between 0 and Count - 1. If the Index is out of range the wclEInvalidArgument exception raises.
Returns
The CwclGattLocalCharacteristic object.
See also
CwclGattLocalCharacteristic
Exceptions
wclEInvalidArgument