Click or drag to resize

wclGattLocalCharacteristicSubscribedClientsChangedEvent Delegate

The OnClientSubscribed and OnClientUnsubscribed events handler prototype.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public delegate void wclGattLocalCharacteristicSubscribedClientsChangedEvent(
	Object Sender,
	wclGattServerClient Client,
	wclGattLocalCharacteristic Characteristic
)

Parameters

Sender  Object
The object initiates the event.
Client  wclGattServerClient
The wclGattServerClient object that subscribed or unsubscribed.
Characteristic  wclGattLocalCharacteristic
The characteristic object for which writes is executing.
See Also