Click or drag to resize

wclGattLocalService Constructor

Creates new Local GATT service.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public wclGattLocalService(
	wclGattServerConnection Server,
	wclGattUuid Uuid
)

Parameters

Server  wclGattServerConnection
The GATT server connection object that owns the service. If this parameter is nil the raises.
Uuid  wclGattUuid
The service's UUID.
Exceptions
ExceptionCondition
wclECritical
Remarks
An application must not create this class directly. Instead of that an application must use methods of high-level classes.
See Also