TwclGattLocalService.Create(TwclGattServerConnection,TwclGattUuid) Constructor

Creates new Local GATT service.

Namespace: wclBluetooth
public
 constructor Create(const Server: TwclGattServerConnection;
 const Uuid: TwclGattUuid);

Parameters

Server
Type: TwclGattServerConnection

The GATT server connection object that owns the service. If this parameter is nil the raises.

Uuid
Type: TwclGattUuid

The service's UUID.

An application must not create this class directly. Instead of that an application must use methods of high-level classes.