<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.zmqdevice.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ru',
  ),
  'this' => 
  array (
    0 => 'zmqdevice.settimertimeout.php',
    1 => 'ZMQDevice::setTimerTimeout',
    2 => 'Установить время ожидания таймера',
  ),
  'up' => 
  array (
    0 => 'class.zmqdevice.php',
    1 => 'ZMQDevice',
  ),
  'prev' => 
  array (
    0 => 'zmqdevice.settimercallback.php',
    1 => 'ZMQDevice::setTimerCallback',
  ),
  'next' => 
  array (
    0 => 'book.zookeeper.php',
    1 => 'ZooKeeper',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    'path' => 'reference/zmq/zmqdevice/settimertimeout.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="zmqdevice.settimertimeout" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ZMQDevice::setTimerTimeout</h1>
  <p class="verinfo">(No version information available, might only be in Git)</p><p class="refpurpose"><span class="refname">ZMQDevice::setTimerTimeout</span> &mdash; <span class="dc-title">Установить время ожидания таймера</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-zmqdevice.settimertimeout-description">
  <h3 class="title">Описание</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>ZMQDevice::setTimerTimeout</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$timeout</code></span>): <span class="type"><a href="class.zmqdevice.php" class="type ZMQDevice">ZMQDevice</a></span></div>

  <p class="para rdfs-comment">
   Устанавливает время ожидания таймера. Если задана callback-функция по таймеру, то она
   будет вызываться с заданной частотой.
   Добавлено в версии модуля 1.1.0.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-zmqdevice.settimertimeout-parameters">
  <h3 class="title">Список параметров</h3>
  <dl>
   
    <dt><code class="parameter">timeout</code></dt>
    <dd>
     <p class="para">
      Значение времени ожидания.
     </p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-zmqdevice.settimertimeout-returnvalues">
  <h3 class="title">Возвращаемые значения</h3>
  <p class="para">
   Возвращает текущий объект.
  </p>
 </div>



</div><?php manual_footer($setup); ?>