libUPnP  1.6.17
Functions
gena_device.h File Reference
#include "sock.h"
Include dependency graph for gena_device.h:

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.
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.
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.

Detailed Description


Function Documentation

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 memptr::buf, membuffer::buf, device_handle, error_respond(), SOCKINFO::foreign_sockaddr, GetDeviceHandleInfo(), memptr::length, Handle_Info::MaxSubscriptions, Handle_Info::MaxSubscriptionTimeOut, PARSE_OK, respond_ok(), Handle_Info::ServiceTable, UPNP_E_SUCCESS, UpnpPrintf(), and http_message_t::uri.

void gena_process_subscription_request ( SOCKINFO info,
http_message_t 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 memptr::buf, membuffer::buf, device_handle, error_respond(), SOCKINFO::foreign_sockaddr, GetDeviceHandleInfo(), memptr::length, Handle_Info::ServiceTable, and http_message_t::uri.