프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_community | OctetString | ||
_disableReplySourceCheck | bool | ||
_version | Integer32 |
메소드 | 설명 | |
---|---|---|
AgentParameters ( ) : System |
Standard constructor
|
|
AgentParameters ( |
Copy constructor. Initialize the class with the values of the parameter class values.
|
|
AgentParameters ( OctetString community ) : System |
Constructor
|
|
AgentParameters ( SnmpVersion version ) : System |
Constructor
|
|
AgentParameters ( SnmpVersion version, OctetString community ) : System |
Constructor
|
|
AgentParameters ( SnmpVersion version, OctetString community, bool disableReplySourceCheck ) : System |
Constructor
|
|
Clone ( ) : object |
Clone current object
|
|
GetVersion ( ) : Integer32 |
Return SNMP version Integer32 object
|
|
InitializePacket ( |
Initialize SNMP packet class with agent parameters. In this class, SNMP community name is set in SNMPv1 and SNMPv2 packets.
|
|
Valid ( ) : bool |
Validate object.
|
public AgentParameters ( |
||
second | Parameter class. | |
리턴 | System |
public AgentParameters ( OctetString community ) : System | ||
community | OctetString | Agent SNMP community name |
리턴 | System |
public AgentParameters ( SnmpVersion version ) : System | ||
version | SnmpVersion | SNMP protocol version. Acceptable values are SnmpConstants.SNMPV1 and /// SnmpConstants.SNMPV2 |
리턴 | System |
public AgentParameters ( SnmpVersion version, OctetString community ) : System | ||
version | SnmpVersion | SNMP Protocol version |
community | OctetString | SNMP community name |
리턴 | System |
public AgentParameters ( SnmpVersion version, OctetString community, bool disableReplySourceCheck ) : System | ||
version | SnmpVersion | SNMP Protocol version |
community | OctetString | SNMP community name |
disableReplySourceCheck | bool | Should reply source IP address/port number be checked on reply reception |
리턴 | System |
public InitializePacket ( |
||
packet | Packet class to initialize | |
리턴 | void |