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
resource_factory: GUPnP.ResourceFactory
resourceFactory: GUPnP.ResourceFactory
active: boolean
client: GSSDP.Client
mx: number
target: string