Click or drag to resize

wclGattServerConnectionDoWrite Method

Fires the OnWrite event.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected virtual void DoWrite(
	wclGattServerClient Client,
	wclGattLocalCharacteristic Characteristic,
	wclGattLocalCharacteristicWriteRequest Request
)

Parameters

Client  wclGattServerClient
The wclGattServerClient object that requested write.
Characteristic  wclGattLocalCharacteristic
The local GATT characteristic object that requested the write operation.
Request  wclGattLocalCharacteristicWriteRequest
The GATT characteristic write request object.
See Also