TwclGattLocalCharacteristic.Notify(Int64,Pointer,Cardinal) Method

Sends notification to the given subscribed client.

Namespace: wclBluetooth
public
 function Notify(const Address: Int64; const Data: Pointer;
 const Size: Cardinal): Integer;

Parameters

Address
Type: Int64

The client's MAC address.

Data
Type: Pointer

The pointer to the notification data.

Size
Type: Cardinal

The notification data size in bytes.

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.