GoLang gupnp_context_get_subscription_timeout

request it (212)
GoLang replacement for PHP's gupnp_context_get_subscription_timeout [edit | history]



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

PHP gupnp_context_get_subscription_timeout

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

gupnp_context_get_subscription_timeout

(PECL gupnp >= 0.1.0)

gupnp_context_get_subscription_timeoutGet the event subscription timeout

Description

int gupnp_context_get_subscription_timeout ( resource $context )

Get the event subscription timeout (in seconds), or 0 meaning there is no timeout.

Parameters

context

A context identifier, returned by gupnp_context_new().

Return Values

The event subscription timeout in seconds.

See Also