Свойство | Тип | Описание | |
---|---|---|---|
_pdu | Pdu |
Свойство | Тип | Описание | |
---|---|---|---|
_snmpCommunity | OctetString |
Метод | Описание | |
---|---|---|
BuildInformResponse ( ) : |
Build SNMP RESPONSE packet for the received INFORM packet.
|
|
BuildInformResponse ( |
Build SNMP RESPONSE packet for the INFORM packet class.
|
|
SnmpV2Packet ( ) : System |
Standard constructor.
|
|
SnmpV2Packet ( string snmpCommunity ) : System |
Standard constructor.
|
|
ToString ( ) : string |
String representation of the SNMP v1 Packet contents.
|
|
decode ( byte buffer, int length ) : int |
Decode received SNMP packet.
|
|
encode ( ) : byte[] |
Encode SNMP packet for sending.
|
public BuildInformResponse ( ) : |
||
Результат |
public static BuildInformResponse ( |
||
informPacket | SNMP INFORM packet | |
Результат |
public SnmpV2Packet ( string snmpCommunity ) : System | ||
snmpCommunity | string | SNMP community name for the packet |
Результат | System |
public decode ( byte buffer, int length ) : int | ||
buffer | byte | BER encoded packet buffer |
length | int | BER encoded packet buffer length |
Результат | int |