GUPNP_CONTROL_POINT_NEW(3) 1 GUPNP_CONTROL_POINT_NEW(3)
gupnp_control_point_new - Create a new control point
SYNOPSIS
resource gupnp_control_point_new (resource $context, string $target)
DESCRIPTION
Create a new control point with the specified target.
PARAMETERS
o $context
- A context identifier, returned by gupnp_context_new(3).
o $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.
RETURN VALUES
A control point identifier.
PHP Documentation Group GUPNP_CONTROL_POINT_NEW(3)