Click or drag to resize

wclGattLocalCharacteristicWriteRequest Constructor

Creates new object.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public wclGattLocalCharacteristicWriteRequest(
	uint Offset,
	byte[] Data,
	bool WithResponse
)

Parameters

Offset  UInt32
A data offset.
Data  Byte
The data bytes array.
WithResponse  Boolean
The GATT write operation flag.
Remarks
An application must not create this class. It is created internally when needed.
See Also