<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.snmp.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'snmp.constants.php',
    1 => 'Predefined Constants',
    2 => 'Predefined Constants',
  ),
  'up' => 
  array (
    0 => 'book.snmp.php',
    1 => 'SNMP',
  ),
  'prev' => 
  array (
    0 => 'snmp.installation.php',
    1 => 'Installation',
  ),
  'next' => 
  array (
    0 => 'ref.snmp.php',
    1 => 'SNMP Functions',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/snmp/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="snmp.constants" class="appendix">
 <h1 class="title">Predefined Constants</h1>

 <p class="simpara">
The constants below are defined by this extension, and
will only be available when the extension has either
been compiled into PHP or dynamically loaded at runtime.
</p>
 
 <dl>
  <strong class="title">For the
   <span class="function"><a href="function.snmp-set-oid-output-format.php" class="function">snmp_set_oid_output_format()</a></span>
  </strong>
  
   <dt id="constant.snmp-oid-output-suffix">
    <strong><code><a href="snmp.constants.php#constant.snmp-oid-output-suffix">SNMP_OID_OUTPUT_SUFFIX</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.snmp-oid-output-module">
    <strong><code><a href="snmp.constants.php#constant.snmp-oid-output-module">SNMP_OID_OUTPUT_MODULE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.snmp-oid-output-full">
    <strong><code><a href="snmp.constants.php#constant.snmp-oid-output-full">SNMP_OID_OUTPUT_FULL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.snmp-oid-output-numeric">
    <strong><code><a href="snmp.constants.php#constant.snmp-oid-output-numeric">SNMP_OID_OUTPUT_NUMERIC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.snmp-oid-output-ucd">
    <strong><code><a href="snmp.constants.php#constant.snmp-oid-output-ucd">SNMP_OID_OUTPUT_UCD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.snmp-oid-output-none">
    <strong><code><a href="snmp.constants.php#constant.snmp-oid-output-none">SNMP_OID_OUTPUT_NONE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
 </dl>
 
 
 <dl>
  <strong class="title">For the
   <span class="function"><a href="function.snmp-set-valueretrieval.php" class="function">snmp_set_valueretrieval()</a></span>
  </strong>
  
   <dt id="constant.snmp-value-library">
    <strong><code><a href="snmp.constants.php#constant.snmp-value-library">SNMP_VALUE_LIBRARY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     
    </span>
   </dd>
  
  
   <dt id="constant.snmp-value-plain">
    <strong><code><a href="snmp.constants.php#constant.snmp-value-plain">SNMP_VALUE_PLAIN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     
    </span>
   </dd>
  
  
   <dt id="constant.snmp-value-object">
    <strong><code><a href="snmp.constants.php#constant.snmp-value-object">SNMP_VALUE_OBJECT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     
    </span>
   </dd>
  
 </dl>
 
 
 <dl>
  <strong class="title">
   SNMP types as returned if SNMP_VALUE_OBJECT was used with
   <span class="function"><a href="function.snmp-set-valueretrieval.php" class="function">snmp_set_valueretrieval()</a></span>
  </strong>
  
   <dt id="constant.snmp-bit-str">
    <strong><code><a href="snmp.constants.php#constant.snmp-bit-str">SNMP_BIT_STR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     
    </span>
   </dd>
  
  
   <dt id="constant.snmp-octet-str">
    <strong><code><a href="snmp.constants.php#constant.snmp-octet-str">SNMP_OCTET_STR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     
    </span>
   </dd>
  
  
   <dt id="constant.snmp-opaque">
    <strong><code><a href="snmp.constants.php#constant.snmp-opaque">SNMP_OPAQUE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     
    </span>
   </dd>
  
  
   <dt id="constant.snmp-null">
    <strong><code><a href="snmp.constants.php#constant.snmp-null">SNMP_NULL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     
    </span>
   </dd>
  
  
   <dt id="constant.snmp-object-id">
    <strong><code><a href="snmp.constants.php#constant.snmp-object-id">SNMP_OBJECT_ID</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     
    </span>
   </dd>
  
  
   <dt id="constant.snmp-ipaddress">
    <strong><code><a href="snmp.constants.php#constant.snmp-ipaddress">SNMP_IPADDRESS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     
    </span>
   </dd>
  
  
   <dt id="constant.snmp-counter">
    <strong><code><a href="snmp.constants.php#constant.snmp-counter">SNMP_COUNTER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     
    </span>
   </dd>
  
  
   <dt id="constant.snmp-unsigned">
    <strong><code><a href="snmp.constants.php#constant.snmp-unsigned">SNMP_UNSIGNED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     
    </span>
   </dd>
  
  
   <dt id="constant.snmp-timeticks">
    <strong><code><a href="snmp.constants.php#constant.snmp-timeticks">SNMP_TIMETICKS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     
    </span>
   </dd>
  
  
   <dt id="constant.snmp-uinteger">
    <strong><code><a href="snmp.constants.php#constant.snmp-uinteger">SNMP_UINTEGER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     
    </span>
   </dd>
  
  
   <dt id="constant.snmp-integer">
    <strong><code><a href="snmp.constants.php#constant.snmp-integer">SNMP_INTEGER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     
    </span>
   </dd>
  
  
   <dt id="constant.snmp-counter64">
    <strong><code><a href="snmp.constants.php#constant.snmp-counter64">SNMP_COUNTER64</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     
    </span>
   </dd>
  
 </dl>

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