📄 snmpbadvalueexception.html
字号:
<TD><CODE><B><A HREF="../../snmp/SNMPObjectIdentifier.html#SNMPObjectIdentifier(byte[])">SNMPObjectIdentifier</A></B>(byte[] enc)</CODE>
<BR>
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[] digits)</CODE>
<BR>
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[] digits)</CODE>
<BR>
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 digitString)</CODE>
<BR>
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[] enc,
byte pduType)</CODE>
<BR>
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 pduType,
int requestID,
int errorStatus,
int errorIndex,
<A HREF="../../snmp/SNMPSequence.html" title="class in snmp">SNMPSequence</A> varList)</CODE>
<BR>
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[] enc)</CODE>
<BR>
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 v)</CODE>
<BR>
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[] enc)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../snmp/SNMPUInteger32.html#SNMPUInteger32(byte[])">SNMPUInteger32</A></B>(byte[] enc)</CODE>
<BR>
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[] enc)</CODE>
<BR>
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> enterpriseOID,
<A HREF="../../snmp/SNMPIPAddress.html" title="class in snmp">SNMPIPAddress</A> agentAddress,
int genericTrap,
int specificTrap,
<A HREF="../../snmp/SNMPTimeTicks.html" title="class in snmp">SNMPTimeTicks</A> timestamp)</CODE>
<BR>
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> enterpriseOID,
<A HREF="../../snmp/SNMPIPAddress.html" title="class in snmp">SNMPIPAddress</A> agentAddress,
int genericTrap,
int specificTrap,
<A HREF="../../snmp/SNMPTimeTicks.html" title="class in snmp">SNMPTimeTicks</A> timestamp,
<A HREF="../../snmp/SNMPSequence.html" title="class in snmp">SNMPSequence</A> varList)</CODE>
<BR>
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[] enc,
byte pduType)</CODE>
<BR>
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 requestID,
int nonRepeaters,
int maxRepetitions,
<A HREF="../../snmp/SNMPSequence.html" title="class in snmp">SNMPSequence</A> varList)</CODE>
<BR>
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[] enc)</CODE>
<BR>
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> snmpTrapOID,
<A HREF="../../snmp/SNMPTimeTicks.html" title="class in snmp">SNMPTimeTicks</A> sysUptime)</CODE>
<BR>
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> sysUptime,
<A HREF="../../snmp/SNMPObjectIdentifier.html" title="class in snmp">SNMPObjectIdentifier</A> snmpTrapOID,
<A HREF="../../snmp/SNMPSequence.html" title="class in snmp">SNMPSequence</A> varList)</CODE>
<BR>
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[] enc)</CODE>
<BR>
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> snmpTrapOID,
<A HREF="../../snmp/SNMPTimeTicks.html" title="class in snmp">SNMPTimeTicks</A> sysUptime)</CODE>
<BR>
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> sysUptime,
<A HREF="../../snmp/SNMPObjectIdentifier.html" title="class in snmp">SNMPObjectIdentifier</A> snmpTrapOID,
<A HREF="../../snmp/SNMPSequence.html" title="class in snmp">SNMPSequence</A> varList)</CODE>
<BR>
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> objectID,
<A HREF="../../snmp/SNMPObject.html" title="class in snmp">SNMPObject</A> value)</CODE>
<BR>
Create a new variable pair having the supplied object identifier and vale.</TD>
</TR>
</TABLE>
<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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../snmp/SNMPBadValueException.html" title="class in snmp"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
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>
<A HREF="SNMPBadValueException.html" target="_top"><B>NO FRAMES</B></A>
<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 + -