TwclGattServerClient.GetMaxNotificationSize(Word) Method

Reads the maximum notification size.

Namespace: wclBluetooth
public
 function GetMaxNotificationSize(out Size: Word): Integer;

Parameters

Size
Type: Word

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

Return Value

Type: Integer

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