Click or drag to resize

wclGattServerDoNotificationSizeChanged Method

Fires the OnNotificationSizeChanged event.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected virtual void DoNotificationSizeChanged(
	wclGattServerClient Client
)

Parameters

Client  wclGattServerClient
The wclGattServerClient object that represents a client which changed the maximum notification size.
See Also