Click or drag to resize

wclGattServerClientGetMaxNotificationSize Method

Reads the maximum notification size.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public int GetMaxNotificationSize(
	out ushort Size
)

Parameters

Size  UInt16
If the method completed with success on output contains the maximum notification size. If the method failed the value is undefined.

Return Value

Int32
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.
See Also