RootDevice
Object Hierarchy:
Description:
[
CCode ( type_id =
"gupnp_root_device_get_type ()" ) ]
public class RootDevice :
Device
This struct contains private data only, and should be accessed using the functions below.
Content:
Properties:
Creation methods:
- public RootDevice (Context context, string description_path, string description_dir)
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_dir)
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