Interface

GUPnP-1.6GUPnPDeviceConstructorProps

interface ConstructorProps {
    context: GUPnP.Context;
    device_type: string;
    deviceType: string;
    document: GUPnP.XMLDoc;
    element: any;
    location: string;
    resource_factory: GUPnP.ResourceFactory;
    resourceFactory: GUPnP.ResourceFactory;
    root_device: GUPnP.RootDevice;
    rootDevice: GUPnP.RootDevice;
    udn: string;
    url_base: GLib.Uri;
    urlBase: GLib.Uri;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from GUPnP.DeviceInfo.ConstructorProps

Properties

root_device: GUPnP.RootDevice
rootDevice: GUPnP.RootDevice

Properties - Inherited from GUPnP.DeviceInfo.ConstructorProps

context: GUPnP.Context
device_type: string
deviceType: string
document: GUPnP.XMLDoc
element: any
location: string
resource_factory: GUPnP.ResourceFactory
resourceFactory: GUPnP.ResourceFactory
udn: string
url_base: GLib.Uri
urlBase: GLib.Uri