Serial Framework C++ Edition

◆ Broadcast()

static int Broadcast ( CwclMessage *const  Message)
static

Broadcasts a Message to all message receivers.

Parameters
MessageThe CwclMessage object represented the message. A caller is responsible to free the Message object after procedure call.
Returns
If the function succeed the returns value is WCL_E_SUCCESS. Otherwise the function returns one of the WCL error codes.