Click or drag to resize

wclGattLocalServiceItem Property

Gets the GATT 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 parameter must be in range between 0 and CharacteristicsCount - 1. If the parameter is out of range the wclEInvalidArgument exception raises.

Property Value

wclGattLocalCharacteristic
The local GATT characteristic.
Exceptions
ExceptionCondition
wclEInvalidArgument
See Also