libUPnP 1.14.19
|
Source file for GenlibClientSubscription methods. More...
Data Structures | |
struct | s_GenlibClientSubscription |
Source file for GenlibClientSubscription methods.
Do not edit this file, it is automatically generated. Please look at generator.c.
int GenlibClientSubscription_assign | ( | GenlibClientSubscription * | p, |
const GenlibClientSubscription * | q | ||
) |
Assignment operator
References GenlibClientSubscription_get_ActualSID(), GenlibClientSubscription_get_EventURL(), GenlibClientSubscription_get_Next(), GenlibClientSubscription_get_RenewEventId(), GenlibClientSubscription_get_SID(), GenlibClientSubscription_set_ActualSID(), GenlibClientSubscription_set_EventURL(), GenlibClientSubscription_set_Next(), GenlibClientSubscription_set_RenewEventId(), and GenlibClientSubscription_set_SID().
Referenced by genaRenewSubscription(), genaUnregisterClient(), genaUnSubscribe(), and GenlibClientSubscription_dup().
void GenlibClientSubscription_clear_ActualSID | ( | GenlibClientSubscription * | p | ) |
GenlibClientSubscription_clear_ActualSID
References UpnpString_clear().
void GenlibClientSubscription_clear_EventURL | ( | GenlibClientSubscription * | p | ) |
GenlibClientSubscription_clear_EventURL
References UpnpString_clear().
void GenlibClientSubscription_clear_SID | ( | GenlibClientSubscription * | p | ) |
GenlibClientSubscription_clear_SID
References UpnpString_clear().
void GenlibClientSubscription_delete | ( | GenlibClientSubscription * | p | ) |
Destructor
References UpnpString_delete().
Referenced by freeClientSubList(), genaRenewSubscription(), genaSubscribe(), genaUnregisterClient(), and genaUnSubscribe().
GenlibClientSubscription * GenlibClientSubscription_dup | ( | const GenlibClientSubscription * | p | ) |
Copy Constructor
References GenlibClientSubscription_assign(), and GenlibClientSubscription_new().
const UpnpString * GenlibClientSubscription_get_ActualSID | ( | const GenlibClientSubscription * | p | ) |
GenlibClientSubscription_get_ActualSID
Referenced by genaRenewSubscription(), genaUnregisterClient(), genaUnSubscribe(), GenlibClientSubscription_assign(), GenlibClientSubscription_get_ActualSID_cstr(), and GenlibClientSubscription_get_ActualSID_Length().
const char * GenlibClientSubscription_get_ActualSID_cstr | ( | const GenlibClientSubscription * | p | ) |
GenlibClientSubscription_get_ActualSID_cstr
References GenlibClientSubscription_get_ActualSID(), and UpnpString_get_String().
Referenced by GetClientSubActualSID().
size_t GenlibClientSubscription_get_ActualSID_Length | ( | const GenlibClientSubscription * | p | ) |
GenlibClientSubscription_get_ActualSID_Length
References GenlibClientSubscription_get_ActualSID(), and UpnpString_get_Length().
const UpnpString * GenlibClientSubscription_get_EventURL | ( | const GenlibClientSubscription * | p | ) |
GenlibClientSubscription_get_EventURL
Referenced by genaRenewSubscription(), genaUnregisterClient(), genaUnSubscribe(), GenlibClientSubscription_assign(), GenlibClientSubscription_get_EventURL_cstr(), GenlibClientSubscription_get_EventURL_Length(), and ScheduleGenaAutoRenew().
const char * GenlibClientSubscription_get_EventURL_cstr | ( | const GenlibClientSubscription * | p | ) |
GenlibClientSubscription_get_EventURL_cstr
References GenlibClientSubscription_get_EventURL(), and UpnpString_get_String().
size_t GenlibClientSubscription_get_EventURL_Length | ( | const GenlibClientSubscription * | p | ) |
GenlibClientSubscription_get_EventURL_Length
References GenlibClientSubscription_get_EventURL(), and UpnpString_get_Length().
GenlibClientSubscription * GenlibClientSubscription_get_Next | ( | const GenlibClientSubscription * | p | ) |
GenlibClientSubscription_get_Next
Referenced by freeClientSubList(), GenlibClientSubscription_assign(), GetClientSubActualSID(), GetClientSubClientSID(), and RemoveClientSubClientSID().
int GenlibClientSubscription_get_RenewEventId | ( | const GenlibClientSubscription * | p | ) |
GenlibClientSubscription_get_RenewEventId
Referenced by free_client_subscription(), genaRenewSubscription(), and GenlibClientSubscription_assign().
const UpnpString * GenlibClientSubscription_get_SID | ( | const GenlibClientSubscription * | p | ) |
GenlibClientSubscription_get_SID
Referenced by gena_process_notification_event(), genaRenewSubscription(), genaUnregisterClient(), GenlibClientSubscription_assign(), GenlibClientSubscription_get_SID_cstr(), GenlibClientSubscription_get_SID_Length(), and ScheduleGenaAutoRenew().
const char * GenlibClientSubscription_get_SID_cstr | ( | const GenlibClientSubscription * | p | ) |
GenlibClientSubscription_get_SID_cstr
References GenlibClientSubscription_get_SID(), and UpnpString_get_String().
Referenced by GetClientSubClientSID(), and RemoveClientSubClientSID().
size_t GenlibClientSubscription_get_SID_Length | ( | const GenlibClientSubscription * | p | ) |
GenlibClientSubscription_get_SID_Length
References GenlibClientSubscription_get_SID(), and UpnpString_get_Length().
GenlibClientSubscription * GenlibClientSubscription_new | ( | ) |
Constructor
References UpnpString_new().
Referenced by genaRenewSubscription(), genaSubscribe(), genaUnregisterClient(), genaUnSubscribe(), and GenlibClientSubscription_dup().
int GenlibClientSubscription_set_ActualSID | ( | GenlibClientSubscription * | p, |
const UpnpString * | s | ||
) |
GenlibClientSubscription_set_ActualSID
References UpnpString_get_String(), and UpnpString_set_String().
Referenced by genaRenewSubscription(), genaSubscribe(), and GenlibClientSubscription_assign().
int GenlibClientSubscription_set_EventURL | ( | GenlibClientSubscription * | p, |
const UpnpString * | s | ||
) |
GenlibClientSubscription_set_EventURL
References UpnpString_get_String(), and UpnpString_set_String().
Referenced by genaSubscribe(), and GenlibClientSubscription_assign().
int GenlibClientSubscription_set_Next | ( | GenlibClientSubscription * | p, |
GenlibClientSubscription * | n | ||
) |
GenlibClientSubscription_set_Next
Referenced by genaSubscribe(), GenlibClientSubscription_assign(), and RemoveClientSubClientSID().
int GenlibClientSubscription_set_RenewEventId | ( | GenlibClientSubscription * | p, |
int | n | ||
) |
GenlibClientSubscription_set_RenewEventId
Referenced by free_client_subscription(), genaRenewSubscription(), genaSubscribe(), GenlibClientSubscription_assign(), and ScheduleGenaAutoRenew().
int GenlibClientSubscription_set_SID | ( | GenlibClientSubscription * | p, |
const UpnpString * | s | ||
) |
GenlibClientSubscription_set_SID
References UpnpString_get_String(), and UpnpString_set_String().
Referenced by genaSubscribe(), and GenlibClientSubscription_assign().
int GenlibClientSubscription_strcpy_ActualSID | ( | GenlibClientSubscription * | p, |
const char * | s | ||
) |
GenlibClientSubscription_strcpy_ActualSID
References UpnpString_set_String().
Referenced by free_client_subscription().
int GenlibClientSubscription_strcpy_EventURL | ( | GenlibClientSubscription * | p, |
const char * | s | ||
) |
GenlibClientSubscription_strcpy_EventURL
References UpnpString_set_String().
Referenced by free_client_subscription().
int GenlibClientSubscription_strcpy_SID | ( | GenlibClientSubscription * | p, |
const char * | s | ||
) |
GenlibClientSubscription_strcpy_SID
References UpnpString_set_String().
int GenlibClientSubscription_strncpy_ActualSID | ( | GenlibClientSubscription * | p, |
const char * | s, | ||
size_t | n | ||
) |
GenlibClientSubscription_strncpy_ActualSID
References UpnpString_set_StringN().
int GenlibClientSubscription_strncpy_EventURL | ( | GenlibClientSubscription * | p, |
const char * | s, | ||
size_t | n | ||
) |
GenlibClientSubscription_strncpy_EventURL
References UpnpString_set_StringN().
int GenlibClientSubscription_strncpy_SID | ( | GenlibClientSubscription * | p, |
const char * | s, | ||
size_t | n | ||
) |
GenlibClientSubscription_strncpy_SID
References UpnpString_set_StringN().