Click or drag to resize

wclGattServerClients Method

Gets the GATT server client by its index.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public wclGattServerClient Clients(
	int Index
)

Parameters

Index  Int32
The client's index. The parameter must be in range between 0 and ClientsCount - 1. If the parameter is out of range the wclEInvalidArgument exception raises.

Return Value

wclGattServerClient
The GATT server client object.
Exceptions
ExceptionCondition
wclEInvalidArgument
See Also