Click or drag to resize

wclGattServerClientItem Property

Gets the subscribed characteristic by its index.

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

Parameters

Index  Int32
The characteristic'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

wclGattLocalCharacteristic
The wclGattLocalCharacteristic object.
Exceptions
ExceptionCondition
wclEInvalidArgument
See Also