TwclGattServerClient.HalGetMaxNotificationSize(Word) Method

Provides a driver specific code to read the maximum notification size.

Namespace: wclBluetooth
protected
 function HalGetMaxNotificationSize(
 out Size: Word): Integer; virtual; abstract;

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.

A derived class must override this method to provide a driver specific code.