public class SnmpEndOfMibView extends SnmpV2Error
SnmpVarBind
,
Serialized FormModifier and Type | Field and Description |
---|---|
static byte |
ASNTYPE
The ASN.1 value that defines this variable.
|
Constructor and Description |
---|
SnmpEndOfMibView()
The default class construtor.
|
SnmpEndOfMibView(SnmpEndOfMibView second)
The class copy constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns a duplicate object of self.
|
SnmpSyntax |
duplicate()
Returns a duplicate object of self.
|
String |
toString()
Returns the string representation of the object.
|
byte |
typeId()
Returns the ASN.1 type for this particular object.
|
decodeASN, encodeASN
public static final byte ASNTYPE
public SnmpEndOfMibView()
public SnmpEndOfMibView(SnmpEndOfMibView second)
second
- The object to copy into self.public byte typeId()
typeId
in interface SnmpSyntax
typeId
in class SnmpV2Error
public SnmpSyntax duplicate()
duplicate
in interface SnmpSyntax
duplicate
in class SnmpV2Error
public Object clone()
clone
in class SnmpV2Error
Copyright © 2021. All rights reserved.