#include <igd_desc_parse.h>
Public Attributes | |
char | cureltname [MINIUPNPC_URL_MAXSIZE] |
char | urlbase [MINIUPNPC_URL_MAXSIZE] |
int | level |
int | state |
char | controlurl_CIF [MINIUPNPC_URL_MAXSIZE] |
char | eventsuburl_CIF [MINIUPNPC_URL_MAXSIZE] |
char | scpdurl_CIF [MINIUPNPC_URL_MAXSIZE] |
char | servicetype_CIF [MINIUPNPC_URL_MAXSIZE] |
char | devicetype_CIF [MINIUPNPC_URL_MAXSIZE] |
char | controlurl [MINIUPNPC_URL_MAXSIZE] |
char | eventsuburl [MINIUPNPC_URL_MAXSIZE] |
char | scpdurl [MINIUPNPC_URL_MAXSIZE] |
char | servicetype [MINIUPNPC_URL_MAXSIZE] |
char | devicetype [MINIUPNPC_URL_MAXSIZE] |
Definition at line 15 of file igd_desc_parse.h.
char IGDdatas::controlurl[MINIUPNPC_URL_MAXSIZE] |
Definition at line 25 of file igd_desc_parse.h.
char IGDdatas::controlurl_CIF[MINIUPNPC_URL_MAXSIZE] |
Definition at line 20 of file igd_desc_parse.h.
char IGDdatas::cureltname[MINIUPNPC_URL_MAXSIZE] |
Definition at line 16 of file igd_desc_parse.h.
char IGDdatas::devicetype[MINIUPNPC_URL_MAXSIZE] |
Definition at line 29 of file igd_desc_parse.h.
char IGDdatas::devicetype_CIF[MINIUPNPC_URL_MAXSIZE] |
Definition at line 24 of file igd_desc_parse.h.
char IGDdatas::eventsuburl[MINIUPNPC_URL_MAXSIZE] |
Definition at line 26 of file igd_desc_parse.h.
char IGDdatas::eventsuburl_CIF[MINIUPNPC_URL_MAXSIZE] |
Definition at line 21 of file igd_desc_parse.h.
int IGDdatas::level |
Definition at line 18 of file igd_desc_parse.h.
char IGDdatas::scpdurl[MINIUPNPC_URL_MAXSIZE] |
Definition at line 27 of file igd_desc_parse.h.
char IGDdatas::scpdurl_CIF[MINIUPNPC_URL_MAXSIZE] |
Definition at line 22 of file igd_desc_parse.h.
char IGDdatas::servicetype[MINIUPNPC_URL_MAXSIZE] |
Definition at line 28 of file igd_desc_parse.h.
Referenced by UPNPControlThread::disablePort(), and UPNPControlThread::forwardPort().
char IGDdatas::servicetype_CIF[MINIUPNPC_URL_MAXSIZE] |
Definition at line 23 of file igd_desc_parse.h.
int IGDdatas::state |
Definition at line 19 of file igd_desc_parse.h.
char IGDdatas::urlbase[MINIUPNPC_URL_MAXSIZE] |
Definition at line 17 of file igd_desc_parse.h.