Click or drag to resize

wclGattServerClientEvent Delegate

The GATT server client event handlers prototype.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public delegate void wclGattServerClientEvent(
	Object Sender,
	wclGattServerClient Client
)

Parameters

Sender  Object
The object initiates the event.
Client  wclGattServerClient
The wclGattServerClient object that represents a GATT server client.
Remarks
This event handler prototype is used for OnClientConnected and OnClientDisconnected events of the GATT server.
See Also