ZMQDevice::setIdleTimeout

(No version information available, might only be in Git)

ZMQDevice::setIdleTimeoutSet the idle timeout

Açıklama

publicZMQDevice::setIdleTimeout(int$timeout): ZMQDevice

Sets the idle callback timeout value. The idle callback is invoked periodically when the device is idle.

Bağımsız Değişkenler

timeout

The idle callback timeout value.

Dönen Değerler

On success this method returns the current object.

To Top