Go to the documentation of this file. 8 #ifndef UPNPURNS_H_INCLUDED 9 #define UPNPURNS_H_INCLUDED 15 #define DEVICE_TYPE_IGD "urn:schemas-upnp-org:device:InternetGatewayDevice:2" 16 #define DEVICE_TYPE_WAN "urn:schemas-upnp-org:device:WANDevice:2" 17 #define DEVICE_TYPE_WANC "urn:schemas-upnp-org:device:WANConnectionDevice:2" 18 #define SERVICE_TYPE_WANIPC "urn:schemas-upnp-org:service:WANIPConnection:2" 19 #define SERVICE_ID_WANIPC "urn:upnp-org:serviceId:WANIPConn1" 22 #define DEVICE_TYPE_IGD "urn:schemas-upnp-org:device:InternetGatewayDevice:1" 23 #define DEVICE_TYPE_WAN "urn:schemas-upnp-org:device:WANDevice:1" 24 #define DEVICE_TYPE_WANC "urn:schemas-upnp-org:device:WANConnectionDevice:1" 25 #define SERVICE_TYPE_WANIPC "urn:schemas-upnp-org:service:WANIPConnection:1" 26 #define SERVICE_ID_WANIPC "urn:upnp-org:serviceId:WANIPConn1"