hnm_Messaging_ppsHandler()

Handle PPS messages to the Messaging object.

Synopsis:

#include <hnm/messaging.h>
 
void hnm_Messaging_ppsHandler(pps_Object *pps_object)

Arguments:

pps_object

A pointer to the location in memory of a PPS Object. This object provides the private data used by this call to handle the request.

Library:

libhnm

Description:

The hnm_Messaging_ppsHandler() function parses an incoming PPS message and determines whether to connect or disconnect the client from the Messaging object.

Returns:

Nothing.