Bluetooth Framework C++ Edition

◆ AfterUnsubscribed()

virtual void AfterUnsubscribed ( CwclGattLocalCharacteristic *const  Characteristic)
protectedvirtual

The method called right after the client unsubscribed from a characteristic.

Parameters
CharacteristicA CwclGattLocalCharacteristic object represents the unsubscribed characteristic.

A derived class may override this method to provide additional finalization after client unsubscribed from the characteristic.

See also
CwclGattLocalCharacteristic