Processes NOTIFY events that are sent by devices. More...
#include <sock.hpp>
Go to the source code of this file.
Functions | |
void | gena_process_notification_event (SOCKINFO *info, http_message_t *event) |
This function processes NOTIFY events that are sent by devices. | |
Processes NOTIFY events that are sent by devices.
Definition in file gena_ctrlpt.hpp.
void gena_process_notification_event | ( | SOCKINFO * | info, |
http_message_t * | event | ||
) |
This function processes NOTIFY events that are sent by devices.
Parameters: IN SOCKINFO *info: Socket structure containing the device socket information IN http_message_t *event: The http message contains the GENA notification
[in] | info | Socket info of the device. |
[in] | event | The http message contains the GENA notification. |
Definition at line 705 of file gena_ctrlpt.cpp.