libUPnP 1.14.18
Functions
gena_device.h File Reference
#include "httpparser.h"
#include "sock.h"
Include dependency graph for gena_device.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void gena_process_subscription_request (SOCKINFO *info, http_message_t *request)
 Handles a subscription request from a ctrl point. The socket is not closed on return. More...
 
void gena_process_subscription_renewal_request (SOCKINFO *info, http_message_t *request)
 Handles a subscription renewal request from a ctrl point. The connection is not destroyed on return. More...
 
void gena_process_unsubscribe_request (SOCKINFO *info, http_message_t *request)
 Handles a subscription cancellation request from a ctrl point. The connection is not destroyed on return. More...
 

Function Documentation

◆ gena_process_subscription_renewal_request()

void gena_process_subscription_renewal_request ( SOCKINFO info,
http_message_t request 
)

Handles a subscription renewal request from a ctrl point. The connection is not destroyed on return.

Parameters
[in]infoSocket info of the device.
[in]requestSubscription renewal request from the control point.

References device_handle.

◆ gena_process_subscription_request()

void gena_process_subscription_request ( SOCKINFO info,
http_message_t request 
)

Handles a subscription request from a ctrl point. The socket is not closed on return.

Parameters
[in]infoSocket info of the device.
[in]requestSubscription request from the control point.

References device_handle, UpnpPrintf(), and UpnpSubscriptionRequest_new().

◆ gena_process_unsubscribe_request()

void gena_process_unsubscribe_request ( SOCKINFO info,
http_message_t request 
)

Handles a subscription cancellation request from a ctrl point. The connection is not destroyed on return.

Parameters
[in]infoSocket info of the device.
[in]requestUNSUBSCRIBE request from the control point.

References device_handle.