Метод | Описание | |
---|---|---|
Clone ( ) : |
Returns a duplicate object of self.
|
|
NoSuchInstance ( ) : System |
Constructor.
|
|
NoSuchInstance ( |
Constructor.
|
|
ToString ( ) : System.String |
Returns the string representation of the object.
|
|
decode ( byte buffer, int offset ) : int |
Decode BER encoded no-such-instance SNMP version 2 MIB value
|
|
encode ( MutableByte buffer ) : void |
ASN.1 encode no-such-instance SNMP version 2 MIB value
|
public NoSuchInstance ( |
||
second | The object to copy into self. | |
Результат | System |
public decode ( byte buffer, int offset ) : int | ||
buffer | byte | The BER encoded buffer |
offset | int | The offset of the first byte of encoded data |
Результат | int |
public encode ( MutableByte buffer ) : void | ||
buffer | MutableByte | MutableByte reference to append encoded variable to |
Результат | void |