UPNPDevice

Inherits: RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

String

description_url

""

String

igd_control_url

""

String

igd_our_addr

""

String

igd_service_type

""

IGDStatus

igd_status

9

String

service_type

""

Methods

int

add_port_mapping ( int port, int port_internal=0, String desc=””, String proto=”UDP”, int duration=0 ) const

int

delete_port_mapping ( int port, String proto=”UDP” ) const

bool

is_valid_gateway ( ) const

String

query_external_address ( ) const


Enumerations

enum IGDStatus:

IGDStatus IGD_STATUS_OK = 0

There is currently no description for this enum. Please help us by contributing one!

IGDStatus IGD_STATUS_HTTP_ERROR = 1

There is currently no description for this enum. Please help us by contributing one!

IGDStatus IGD_STATUS_HTTP_EMPTY = 2

There is currently no description for this enum. Please help us by contributing one!

IGDStatus IGD_STATUS_NO_URLS = 3

There is currently no description for this enum. Please help us by contributing one!

IGDStatus IGD_STATUS_NO_IGD = 4

There is currently no description for this enum. Please help us by contributing one!

IGDStatus IGD_STATUS_DISCONNECTED = 5

There is currently no description for this enum. Please help us by contributing one!

IGDStatus IGD_STATUS_UNKNOWN_DEVICE = 6

There is currently no description for this enum. Please help us by contributing one!

IGDStatus IGD_STATUS_INVALID_CONTROL = 7

There is currently no description for this enum. Please help us by contributing one!

IGDStatus IGD_STATUS_MALLOC_ERROR = 8

There is currently no description for this enum. Please help us by contributing one!

IGDStatus IGD_STATUS_UNKNOWN_ERROR = 9

There is currently no description for this enum. Please help us by contributing one!


Property Descriptions

String description_url = ""

  • void set_description_url ( String value )

  • String get_description_url ( )

There is currently no description for this property. Please help us by contributing one!


String igd_control_url = ""

  • void set_igd_control_url ( String value )

  • String get_igd_control_url ( )

There is currently no description for this property. Please help us by contributing one!


String igd_our_addr = ""

  • void set_igd_our_addr ( String value )

  • String get_igd_our_addr ( )

There is currently no description for this property. Please help us by contributing one!


String igd_service_type = ""

  • void set_igd_service_type ( String value )

  • String get_igd_service_type ( )

There is currently no description for this property. Please help us by contributing one!


IGDStatus igd_status = 9

There is currently no description for this property. Please help us by contributing one!


String service_type = ""

  • void set_service_type ( String value )

  • String get_service_type ( )

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

int add_port_mapping ( int port, int port_internal=0, String desc=””, String proto=”UDP”, int duration=0 ) const

There is currently no description for this method. Please help us by contributing one!


int delete_port_mapping ( int port, String proto=”UDP” ) const

There is currently no description for this method. Please help us by contributing one!


bool is_valid_gateway ( ) const

There is currently no description for this method. Please help us by contributing one!


String query_external_address ( ) const

There is currently no description for this method. Please help us by contributing one!