Click or drag to resize

wclGattServerClientAfterDisconnect Method

The method right after a client disconnected from the server and before the client will be destroyed.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected internal virtual void AfterDisconnect()
Remarks
A derived class may override this method to provide additional finalization after client disconnected from a GATT server.
See Also