GUPnPDevice

GUPnPDevice — Class for device implementations.

Synopsis

struct              GUPnPDevice;

Description

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

Details

struct GUPnPDevice

struct GUPnPDevice {
        GUPnPDeviceInfo parent;

        GUPnPDevicePrivate *priv;
};

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