gupnp_control_point_new

(PECL gupnp >= 0.1.0)

gupnp_control_point_newCreate a new control point

Opis

gupnp_control_point_new ( resource $context , string $target ) : resource

Create a new control point with the specified target.

Parametry

context

A context identifier, returned by gupnp_context_new().

target

The search target. target should be a service or device name, such as urn:schemas-upnp-org:service:WANIPConnection:1 or urn:schemas-upnp-org:device:MediaRenderer:1.

Zwracane wartości

A control point identifier.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top