메소드 | 설명 | |
---|---|---|
Clone ( ) : Object |
Clone current object
|
|
Null ( ) : System |
Constructor
|
|
Null ( Null second ) : System |
Constructor
|
|
ToString ( ) : System.String |
Returns a string representation of the SNMP NULL object
|
|
decode ( byte buffer, int offset ) : int |
Decode null value from BER encoded buffer.
|
|
encode ( MutableByte buffer ) : void |
ASN.1 encode Null value
|
public Null ( Null second ) : System | ||
second | Null | Irrelevant. Nothing to copy |
리턴 | System |
public decode ( byte buffer, int offset ) : int | ||
buffer | byte | BER encoded buffer |
offset | int | Offset within the buffer from where to start decoding. On return, /// this argument contains the offset immediately following the decoded value. /// |
리턴 | int |
public encode ( MutableByte buffer ) : void | ||
buffer | MutableByte | |
리턴 | void |