Bluetooth Framework C++ Edition

◆ CwclGattLocalCharacteristicWriteRequest()

CwclGattLocalCharacteristicWriteRequest ( const unsigned long  Offset,
void *const  Data,
const unsigned long  Size,
const bool  WithResponse 
)

Creates new object.

Parameters
OffsetA data offset.
DataThe pointer to the data.
SizeThe data length.
WithResponseThe GATT write operation flag.

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