Interface

GUPnP-1.6GUPnPRootDeviceConstructorProps

interface ConstructorProps {
    available: boolean;
    context: GUPnP.Context;
    description_dir: string;
    description_path: string;
    descriptionDir: string;
    descriptionPath: string;
    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

available: boolean
description_dir: string
description_path: string
descriptionDir: string
descriptionPath: string

Properties - Inherited from GUPnP.Device.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