Click or drag to resize

wclGattLocalCharacteristicItem Property

Gets the subscribed client by its index.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public wclGattServerClient this[
	int Index
] { get; }

Parameters

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

Property Value

wclGattServerClient
The wclGattServerClient object.
Exceptions
ExceptionCondition
wclEInvalidArgument
See Also