Click or drag to resize

wclGattServerDoSubscribed Method

Fires the OnSubscribed event.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected virtual void DoSubscribed(
	wclGattServerClient Client,
	wclGattLocalCharacteristic Characteristic
)

Parameters

Client  wclGattServerClient
The wclGattServerClient object that subscribed.
Characteristic  wclGattLocalCharacteristic
The characteristic object for which writes is executing.
See Also