Bluetooth Framework C++ Edition

◆ GetCharacteristics()

CwclGattLocalCharacteristic * GetCharacteristics ( const size_t  Index) const

Gets the GATT characteristic by its index.

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