Property

GSSDPClient:network

Declaration

property network: utf8 [ read, write, construct ]

Description [src]

The network this client is currently connected to. You could set this to anything you want to identify the network this client is associated with. If you are using GUPnPContextManager and associated interface is a WiFi interface, this property is set to the ESSID of the network. Otherwise, expect this to be the network IP address by default.

Type:gchar*

Default valueNULL
Getter methodgssdp_client_get_network()
Setter methodgssdp_client_set_network()

Flags

Readableyes
Writableyes
Constructyes
Construct onlyno