hnm_Messaging_sendTransient()

Send a transient notification request to all connected clients.

Synopsis:

#include <hnm/messaging.h>
 
void hnm_Messaging_sendTransient(hnm_Messaging *messaging_obj, const hnm_Event *event)

Arguments:

messaging_obj

A pointer to the messaging object that manages the connected client list. The clients of this server object are notified of the transient message specified by event.

event

The event structure used to construct the transient notification. The ownership of this event is retained by the calling context responsible for deleting it.

Library:

libhnm

Description:

The hnm_Messaging_sendTransient() function sets up a PPS object describing a transient notification that must be shown by the HMI. This message is transmitted to each client that is connected to the Messaging object. Presumably, each connected client represents a different HMI.

Returns:

Nothing.