메소드 | 설명 | |
---|---|---|
Clone ( ) : Object |
Returns a duplicate of the object.
|
|
V2Error ( ) : System |
Constructor
|
|
V2Error ( |
Constructor. Since this class doesn't hold any meaningful information, constructor does nothing with the argument. |
|
decode ( byte buffer, int offset ) : int |
Decode BER encoded SNMP version 2 error.
|
|
encode ( MutableByte buffer ) : void |
BER encode SNMP version 2 error.
|
public decode ( byte buffer, int offset ) : int | ||
buffer | byte | BER encoded buffer |
offset | int | Offset within the buffer to start decoding the value from. This argument will /// receive the new offset to the byte immediately following the decoded value. |
리턴 | int |
public encode ( MutableByte buffer ) : void | ||
buffer | MutableByte | Buffer to append encoded value to the end of |
리턴 | void |