Click or drag to resize

wclGattLocalCharacteristicReadRequest Constructor

Creates new object.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public wclGattLocalCharacteristicReadRequest(
	uint Offset,
	uint Size
)

Parameters

Offset  UInt32
A data offset.
Size  UInt32
A read buffer size.
Remarks
An application must not create this class. It is created internally when needed.
See Also