Bluetooth Framework C++ Edition

◆ CwclGattLocalCharacteristic()

Creates new local GATT characteristic.

Parameters
ServiceThe local GATT service object that owns the characteristic. If this parameter is NULL the wclECritical exception raises.
UuidThe characteristic's UUID.
ParamsThe characteristic's parameters.

An application must not create this class directly. Instead of that an application must use methods of the CwclGattLocalService class.

See also
CwclGattLocalService, wclGattUuid, wclGattLocalCharacteristicParameters
Exceptions
wclECritical