TwclGattLocalCharacteristicWriteRequest.Create(Cardinal,Pointer,Cardinal,Boolean) Constructor

Creates new object.

Namespace: wclBluetooth
public
 constructor Create(const Offset: Cardinal; const Data: Pointer;
 const Size: Cardinal; const WithResponse: Boolean); reintroduce; virtual;

Parameters

Offset
Type: Cardinal

A data offset.

Data
Type: Pointer

The pointer to the data.

Size
Type: Cardinal

The data length.

WithResponse
Type: Boolean

The GATT write operation flag.

An application must not create this class. It is created internally when needed.