Click or drag to resize

wclGattClientOnMaxPduSizeChanged Event

The event fires when the maximum PDU size changed.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public event EventHandler OnMaxPduSizeChanged

Value

EventHandler
Remarks
Once the event fires an application can use the GetMaxPduSize method to read the current maximum PDU size.
See Also