hnm_messaging_s

A structure representing the Messaging PPS object.

Synopsis:

struct hnm_messaging_s hnm_Messaging {
     PPS_OBJECT_BASE ;
    hnm_Messaging_Client * clients ;
    int num_clients ;
};

Data:

PPS_OBJECT_BASE

Defines the base structure for PPS objects.

hnm_Messaging_Client * clients

The list of clients that have subscribed to the Messaging PPS object.

int num_clients

The number of clients that have subscribed to the Messaging PPS object.

Library:

libhnm

Description:

This object is a specialization of the pps_Object structure that provides a mechanism that a notification manager can use to send transient notifications to subscribed clients. This structure can be used directly with pps_Object methods.