GoLang gupnp_service_proxy_set_subscribed

request it (333)
GoLang replacement for PHP's gupnp_service_proxy_set_subscribed [edit | history]



Do you know a GoLang replacement for PHP's gupnp_service_proxy_set_subscribed? Write it!

PHP gupnp_service_proxy_set_subscribed

PHP original manual for gupnp_service_proxy_set_subscribed [ show | php.net ]

gupnp_service_proxy_set_subscribed

(PECL gupnp >= 0.1.0)

gupnp_service_proxy_set_subscribed(Un)subscribes to the service

Description

bool gupnp_service_proxy_set_subscribed ( resource $proxy , bool $subscribed )

(Un)subscribes to the service.

Parameters

proxy

A service proxy identifier.

subscribed

Set TRUE to subscribe to this service.

Return Values

Returns TRUE on success or FALSE on failure.

See Also