RootDevice
Object Hierarchy:
Description:
[
CCode ( type_id =
"gupnp_root_device_get_type ()" ) ]
public class RootDevice :
Device,
Initable
Implementation of an UPnP root device.
RootDevice allows for implementing root devices.
Content:
Properties:
Creation methods:
- public RootDevice (Context context, string description_path, string description_folder) throws Error
Create a new RootDevice object,
automatically loading and parsing device description document from description_path.
- public RootDevice.full (Context context, ResourceFactory factory, XMLDoc description_doc, string description_path, string description_folder) throws Error
Create a new RootDevice, automatically
loading and parsing device description document from description_path if description_doc is
null.
Methods:
Inherited Members:
All known members inherited from class GUPnP.Device
All known members inherited from class GUPnP.DeviceInfo
All known members inherited from class GLib.Object
All known members inherited from interface GLib.Initable