Свойство | Тип | Описание | |
---|---|---|---|
_address | |||
_community | String | ||
_port | int | ||
_retry | int | ||
_timeout | int | ||
_version | SnmpVersion |
Метод | Описание | |
---|---|---|
CTarget ( ) : System |
Constructor
|
|
CTarget ( |
Constructor
|
|
CTarget ( |
Constructor
|
|
CTarget ( |
Constructor
|
|
PreparePacketForTransmission ( |
Prepare packet for transmission by filling target specific information in the packet.
|
|
Valid ( ) : bool |
Check validity of the target information.
|
|
ValidateReceivedPacket ( |
Validate received reply
|
public CTarget ( |
||
addr | Target address | |
Результат | System |
public CTarget ( |
||
addr | Target address | |
community | String | SNMP community name to use with the target |
Результат | System |
public CTarget ( |
||
addr | Target address | |
port | int | Taret UDP port number |
community | String | SNMP community name to use with the target |
Результат | System |
public PreparePacketForTransmission ( |
||
packet | SNMP packet class for the required version | |
Результат | bool |
public ValidateReceivedPacket ( |
||
packet | Received SNMP packet | |
Результат | bool |