Bluetooth Framework C++ Edition

◆ Notify()

int Notify ( const __int64  Address,
const unsigned char *const  Data,
const unsigned long  Size 
) const

Sends notification to the given subscribed client.

Parameters
AddressThe client's MAC address.
DataThe pointer to the notification data.
SizeThe notification data size in bytes.
Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.