Click or drag to resize

wclGattServerClientAfterConnect Method

The method called right after client connected.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected internal virtual void AfterConnect(
	wclBluetoothGattServerClientParams Params
)

Parameters

Params  wclBluetoothGattServerClientParams
The additional driver-specific parameters that can be used during client initialization. Can be nil if the driver specific implementation does not need this.
Remarks
A derived class may override this method to provide additional initialization after the client connected to a GATT server.
See Also