Property | Type | Description | |
---|---|---|---|
_agentAddr | |||
_enterprise | Oid | ||
_generic | Integer32 | ||
_specific | Integer32 | ||
_timeStamp |
Method | Description | |
---|---|---|
Clone ( ) : Object |
Clone object
|
|
Set ( |
Initialize the class with values from another TrapPdu class.
|
|
Set ( string value ) : void |
Not implemented. Throws NotImplementedException.
|
|
TrapPdu ( ) : System |
Constructor
|
|
TrapPdu ( |
Constructs a new trap pdu that is identical to the passed pdu.
|
|
decode ( byte buffer, int offset ) : int |
Decode BER encoded SNMP version 1 trap packet
|
|
encode ( MutableByte buffer ) : void |
ASN.1 encode SNMP version 1 trap
|
public Set ( |
||
second | TrapPdu class whose values are used to initialize this class. | |
return | void |
public TrapPdu ( |
||
second | The object to copy. /// | |
return | System |
public decode ( byte buffer, int offset ) : int | ||
buffer | byte | BER encoded buffer |
offset | int | Offset in the packet to start decoding from |
return | int |
public encode ( MutableByte buffer ) : void | ||
buffer | MutableByte | |
return | void |