Click or drag to resize

wclGattServerClientAfterSubscribed Method

The method called right after the client subscribed to a characteristic.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected virtual void AfterSubscribed(
	wclGattLocalCharacteristic Characteristic
)

Parameters

Characteristic  wclGattLocalCharacteristic
A wclGattLocalCharacteristic object represents the subscribed characteristic.
Remarks
A derived class may override this method to provide additional initialization after client subscribed to the characteristic.
See Also