libUPnP  1.6.17
Data Structures | Typedefs | Functions
upnp_timeout.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  UPNP_TIMEOUT

Typedefs

typedef struct UPNP_TIMEOUT upnp_timeout

Functions

void free_upnp_timeout (upnp_timeout *event)
 Free memory associated with event and memory for any sub-elements.

Detailed Description


Typedef Documentation

typedef struct UPNP_TIMEOUT upnp_timeout

The upnp_timeout structure definition.


Function Documentation

void free_upnp_timeout ( upnp_timeout event)

Free memory associated with event and memory for any sub-elements.

Parameters:
[in]eventEvent which needs to be freed.

Referenced by AutoAdvertise(), free_client_subscription(), GenaAutoRenewSubscription(), genaRenewSubscription(), ScheduleGenaAutoRenew(), and UpnpSendAdvertisementLowPower().