GUPnPDeviceProxy

GUPnPDeviceProxy — Proxy class for remote devices.

Synopsis

struct              GUPnPDeviceProxy;

Description

GUPnPDeviceProxy allows for retrieving proxies for a device's subdevices and services. GUPnPDeviceProxy implements the GUPnPDeviceInfo interface.

Details

struct GUPnPDeviceProxy

struct GUPnPDeviceProxy {
        GUPnPDeviceInfo parent;

        GUPnPDeviceProxyPrivate *priv;
};

This struct contains private data only, and should be accessed using the functions below.