Interface

GUPnP-1.6GUPnPControlPointConstructorProps

interface ConstructorProps {
    active: boolean;
    client: GSSDP.Client;
    mx: number;
    resource_factory: GUPnP.ResourceFactory;
    resourceFactory: GUPnP.ResourceFactory;
    target: string;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from GSSDP

Properties

resource_factory: GUPnP.ResourceFactory
resourceFactory: GUPnP.ResourceFactory

Properties - Inherited from GSSDP

active: boolean
client: GSSDP.Client
mx: number
target: string