Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <wsp_caps.h>
Data Fields | |
int | id |
Octstr * | name |
Octstr * | data |
int | accept |
Definition at line 67 of file wsp_caps.h.
int capability::accept |
Definition at line 80 of file wsp_caps.h.
Referenced by wsp_cap_create(), wsp_cap_dump(), wsp_cap_duplicate(), and wsp_cap_pack_list().
Octstr* capability::data |
Definition at line 76 of file wsp_caps.h.
Referenced by is_default_cap(), sanitize_capabilities(), wsp_cap_create(), wsp_cap_destroy(), wsp_cap_dump(), wsp_cap_duplicate(), wsp_cap_get_data(), and wsp_cap_pack_list().
int capability::id |
Definition at line 72 of file wsp_caps.h.
Referenced by is_default_cap(), refuse_unreplied_capabilities(), sanitize_capabilities(), strip_default_capabilities(), wsp_cap_create(), wsp_cap_dump(), wsp_cap_duplicate(), wsp_cap_get_data(), and wsp_cap_pack_list().
Octstr* capability::name |
Definition at line 73 of file wsp_caps.h.
Referenced by is_default_cap(), refuse_unreplied_capabilities(), sanitize_capabilities(), strip_default_capabilities(), wsp_cap_create(), wsp_cap_destroy(), wsp_cap_dump(), wsp_cap_duplicate(), wsp_cap_get_data(), and wsp_cap_pack_list().