Click or drag to resize

wclGattLocalCharacteristic Constructor

Creates new local GATT characteristic.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public wclGattLocalCharacteristic(
	wclGattLocalService Service,
	wclGattUuid Uuid,
	wclGattLocalCharacteristicParameters Params
)

Parameters

Service  wclGattLocalService
The local GATT service object that owns the characteristic. If this parameter is nil the wclECritical exception raises.
Uuid  wclGattUuid
The characteristic's UUID.
Params  wclGattLocalCharacteristicParameters
The characteristic's parameters.
Exceptions
ExceptionCondition
wclECritical
Remarks
An application must not create this class directly. Instead of that an application must use methods of the wclGattLocalService class.
See Also