⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 snmpbadvalueexception.html

📁 snmp inquistor Pour la communication avec les agents SNMP on utilise un package Java open source
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<TD><CODE><B><A HREF="../../snmp/SNMPObjectIdentifier.html#SNMPObjectIdentifier(byte[])">SNMPObjectIdentifier</A></B>(byte[]&nbsp;enc)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Used to initialize from the BER encoding, as received in a response from      an SNMP device responding to an SNMPGetRequest.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPObjectIdentifier.html#SNMPObjectIdentifier(int[])">SNMPObjectIdentifier</A></B>(int[]&nbsp;digits)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new object identifier from the supplied array of nonegative    integer values.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPObjectIdentifier.html#SNMPObjectIdentifier(long[])">SNMPObjectIdentifier</A></B>(long[]&nbsp;digits)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new object identifier from the supplied array of nonegative    long values.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPObjectIdentifier.html#SNMPObjectIdentifier(java.lang.String)">SNMPObjectIdentifier</A></B>(java.lang.String&nbsp;digitString)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new object identifier from the supplied string of dot-separated nonegative    decimal integer values.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPPDU.html#SNMPPDU(byte[], byte)">SNMPPDU</A></B>(byte[]&nbsp;enc,
        byte&nbsp;pduType)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new PDU of the specified type from the supplied BER encoding.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPPDU.html#SNMPPDU(byte, int, int, int, snmp.SNMPSequence)">SNMPPDU</A></B>(byte&nbsp;pduType,
        int&nbsp;requestID,
        int&nbsp;errorStatus,
        int&nbsp;errorIndex,
        <A HREF="../../snmp/SNMPSequence.html" title="class in snmp">SNMPSequence</A>&nbsp;varList)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new PDU of the specified type, with given request ID, error status, and error index,    and containing the supplied SNMP sequence as data.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPSequence.html#SNMPSequence(byte[])">SNMPSequence</A></B>(byte[]&nbsp;enc)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct an SNMPMessage from a received ASN.1 byte representation.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPSequence.html#SNMPSequence(java.util.Vector)">SNMPSequence</A></B>(java.util.Vector&nbsp;v)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new SNMP sequence from the supplied Vector of SNMPObjects.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPTimeTicks.html#SNMPTimeTicks(byte[])">SNMPTimeTicks</A></B>(byte[]&nbsp;enc)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPUInteger32.html#SNMPUInteger32(byte[])">SNMPUInteger32</A></B>(byte[]&nbsp;enc)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Used to initialize from the BER encoding, usually received in a response from      an SNMP device responding to an SNMPGetRequest.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPv1TrapPDU.html#SNMPv1TrapPDU(byte[])">SNMPv1TrapPDU</A></B>(byte[]&nbsp;enc)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new PDU of the specified type from the supplied BER encoding.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPv1TrapPDU.html#SNMPv1TrapPDU(snmp.SNMPObjectIdentifier, snmp.SNMPIPAddress, int, int, snmp.SNMPTimeTicks)">SNMPv1TrapPDU</A></B>(<A HREF="../../snmp/SNMPObjectIdentifier.html" title="class in snmp">SNMPObjectIdentifier</A>&nbsp;enterpriseOID,
              <A HREF="../../snmp/SNMPIPAddress.html" title="class in snmp">SNMPIPAddress</A>&nbsp;agentAddress,
              int&nbsp;genericTrap,
              int&nbsp;specificTrap,
              <A HREF="../../snmp/SNMPTimeTicks.html" title="class in snmp">SNMPTimeTicks</A>&nbsp;timestamp)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new Trap PDU of the specified type, with given request ID, error status, and error index,    and containing an empty SNMP sequence (VarBindList) as additional data.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPv1TrapPDU.html#SNMPv1TrapPDU(snmp.SNMPObjectIdentifier, snmp.SNMPIPAddress, int, int, snmp.SNMPTimeTicks, snmp.SNMPSequence)">SNMPv1TrapPDU</A></B>(<A HREF="../../snmp/SNMPObjectIdentifier.html" title="class in snmp">SNMPObjectIdentifier</A>&nbsp;enterpriseOID,
              <A HREF="../../snmp/SNMPIPAddress.html" title="class in snmp">SNMPIPAddress</A>&nbsp;agentAddress,
              int&nbsp;genericTrap,
              int&nbsp;specificTrap,
              <A HREF="../../snmp/SNMPTimeTicks.html" title="class in snmp">SNMPTimeTicks</A>&nbsp;timestamp,
              <A HREF="../../snmp/SNMPSequence.html" title="class in snmp">SNMPSequence</A>&nbsp;varList)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new Trap PDU of the specified type, with given request ID, error status, and error index,    and containing the supplied SNMP sequence as data.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPv2BulkRequestPDU.html#SNMPv2BulkRequestPDU(byte[], byte)">SNMPv2BulkRequestPDU</A></B>(byte[]&nbsp;enc,
                     byte&nbsp;pduType)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new PDU of the specified type from the supplied BER encoding.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPv2BulkRequestPDU.html#SNMPv2BulkRequestPDU(int, int, int, snmp.SNMPSequence)">SNMPv2BulkRequestPDU</A></B>(int&nbsp;requestID,
                     int&nbsp;nonRepeaters,
                     int&nbsp;maxRepetitions,
                     <A HREF="../../snmp/SNMPSequence.html" title="class in snmp">SNMPSequence</A>&nbsp;varList)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new PDU of the specified type, with given request ID, non-repeaters, and max-repetitions fields,    and containing the supplied SNMP sequence as data.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPv2InformRequestPDU.html#SNMPv2InformRequestPDU(byte[])">SNMPv2InformRequestPDU</A></B>(byte[]&nbsp;enc)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new PDU of the specified type from the supplied BER encoding.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPv2InformRequestPDU.html#SNMPv2InformRequestPDU(snmp.SNMPObjectIdentifier, snmp.SNMPTimeTicks)">SNMPv2InformRequestPDU</A></B>(<A HREF="../../snmp/SNMPObjectIdentifier.html" title="class in snmp">SNMPObjectIdentifier</A>&nbsp;snmpTrapOID,
                       <A HREF="../../snmp/SNMPTimeTicks.html" title="class in snmp">SNMPTimeTicks</A>&nbsp;sysUptime)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new Inform Request PDU with given trapOID and sysUptime,    and containing an empty SNMP sequence (VarBindList) as additional data.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPv2InformRequestPDU.html#SNMPv2InformRequestPDU(snmp.SNMPTimeTicks, snmp.SNMPObjectIdentifier, snmp.SNMPSequence)">SNMPv2InformRequestPDU</A></B>(<A HREF="../../snmp/SNMPTimeTicks.html" title="class in snmp">SNMPTimeTicks</A>&nbsp;sysUptime,
                       <A HREF="../../snmp/SNMPObjectIdentifier.html" title="class in snmp">SNMPObjectIdentifier</A>&nbsp;snmpTrapOID,
                       <A HREF="../../snmp/SNMPSequence.html" title="class in snmp">SNMPSequence</A>&nbsp;varList)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new Inform Request PDU with given trapOID and sysUptime,    and containing the supplied SNMP sequence as data.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPv2TrapPDU.html#SNMPv2TrapPDU(byte[])">SNMPv2TrapPDU</A></B>(byte[]&nbsp;enc)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new PDU of the specified type from the supplied BER encoding.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPv2TrapPDU.html#SNMPv2TrapPDU(snmp.SNMPObjectIdentifier, snmp.SNMPTimeTicks)">SNMPv2TrapPDU</A></B>(<A HREF="../../snmp/SNMPObjectIdentifier.html" title="class in snmp">SNMPObjectIdentifier</A>&nbsp;snmpTrapOID,
              <A HREF="../../snmp/SNMPTimeTicks.html" title="class in snmp">SNMPTimeTicks</A>&nbsp;sysUptime)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new Trap PDU with given trapOID and sysUptime,    and containing an empty SNMP sequence (VarBindList) as additional data.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPv2TrapPDU.html#SNMPv2TrapPDU(snmp.SNMPTimeTicks, snmp.SNMPObjectIdentifier, snmp.SNMPSequence)">SNMPv2TrapPDU</A></B>(<A HREF="../../snmp/SNMPTimeTicks.html" title="class in snmp">SNMPTimeTicks</A>&nbsp;sysUptime,
              <A HREF="../../snmp/SNMPObjectIdentifier.html" title="class in snmp">SNMPObjectIdentifier</A>&nbsp;snmpTrapOID,
              <A HREF="../../snmp/SNMPSequence.html" title="class in snmp">SNMPSequence</A>&nbsp;varList)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new Trap PDU with given trapOID and sysUptime,    and containing the supplied SNMP sequence as data.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPVariablePair.html#SNMPVariablePair(snmp.SNMPObjectIdentifier, snmp.SNMPObject)">SNMPVariablePair</A></B>(<A HREF="../../snmp/SNMPObjectIdentifier.html" title="class in snmp">SNMPObjectIdentifier</A>&nbsp;objectID,
                 <A HREF="../../snmp/SNMPObject.html" title="class in snmp">SNMPObject</A>&nbsp;value)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new variable pair having the supplied object identifier and vale.</TD>
</TR>
</TABLE>
&nbsp;
<P>
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../snmp/SNMPBadValueException.html" title="class in snmp"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../index.html?snmp/\class-useSNMPBadValueException.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="SNMPBadValueException.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -