Click or drag to resize

wclGattServerDoConnectionParamsChanged Method

Fires the OnConnectionParamsChanged event.

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

Parameters

Client  wclGattServerClient
The wclGattServerClient object that represents a disconnected client.
See Also