Click or drag to resize

wclGattServerDoClientConnected Method

Fires the OnClientConnected event.

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

Parameters

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