array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'zmqdevice.setidletimeout.php', 1 => 'ZMQDevice::setIdleTimeout', 2 => 'Set the idle timeout', ), 'up' => array ( 0 => 'class.zmqdevice.php', 1 => 'ZMQDevice', ), 'prev' => array ( 0 => 'zmqdevice.setidlecallback.php', 1 => 'ZMQDevice::setIdleCallback', ), 'next' => array ( 0 => 'zmqdevice.settimercallback.php', 1 => 'ZMQDevice::setTimerCallback', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/zmq/zmqdevice/setidletimeout.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

ZMQDevice::setIdleTimeout

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

ZMQDevice::setIdleTimeoutSet the idle timeout

Beschreibung

public ZMQDevice::setIdleTimeout(int $timeout): ZMQDevice

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

Parameter-Liste

timeout

The idle callback timeout value.

Rückgabewerte

On success this method returns the current object.