Interface

GUPnP-1.6GUPnPServiceProxyConstructorProps

interface ConstructorProps {
    context: GUPnP.Context;
    document: GUPnP.XMLDoc;
    element: any;
    location: string;
    service_type: string;
    serviceType: string;
    subscribed: boolean;
    udn: string;
    url_base: GLib.Uri;
    urlBase: GLib.Uri;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from GUPnP.ServiceInfo.ConstructorProps

Properties

subscribed: boolean

Properties - Inherited from GUPnP.ServiceInfo.ConstructorProps

context: GUPnP.Context
document: GUPnP.XMLDoc
element: any
location: string
service_type: string
serviceType: string
udn: string
url_base: GLib.Uri
urlBase: GLib.Uri