ksim
KSim::Snmp::HostConfig Struct Reference
#include <hostconfig.h>
Detailed Description
Definition at line 31 of file hostconfig.h.
Public Member Functions | |
| HostConfig () | |
| HostConfig (KConfigBase &config) | |
| bool | load (KConfigBase &config) |
| void | save (KConfigBase &config) const |
| bool | isNull () const |
| bool | operator== (const HostConfig &rhs) const |
Public Attributes | |
| QString | name |
| ushort | port |
| SnmpVersion | version |
| QString | community |
| QString | securityName |
| SecurityLevel | securityLevel |
| struct { | |
| AuthenticationProtocol protocol | |
| QString key | |
| } | authentication |
| struct { | |
| PrivacyProtocol protocol | |
| QString key | |
| } | privacy |
Constructor & Destructor Documentation
| KSim::Snmp::HostConfig::HostConfig | ( | ) | [inline] |
Definition at line 33 of file hostconfig.h.
| KSim::Snmp::HostConfig::HostConfig | ( | KConfigBase & | config | ) | [inline] |
Definition at line 34 of file hostconfig.h.
Member Function Documentation
| bool HostConfig::load | ( | KConfigBase & | config | ) |
Definition at line 36 of file hostconfig.cpp.
| void HostConfig::save | ( | KConfigBase & | config | ) | const |
Definition at line 79 of file hostconfig.cpp.
| bool KSim::Snmp::HostConfig::isNull | ( | ) | const [inline] |
Definition at line 62 of file hostconfig.h.
| bool KSim::Snmp::HostConfig::operator== | ( | const HostConfig & | rhs | ) | const [inline] |
Definition at line 64 of file hostconfig.h.
Member Data Documentation
Definition at line 37 of file hostconfig.h.
| ushort KSim::Snmp::HostConfig::port |
Definition at line 38 of file hostconfig.h.
Definition at line 40 of file hostconfig.h.
Definition at line 42 of file hostconfig.h.
Definition at line 44 of file hostconfig.h.
Definition at line 46 of file hostconfig.h.
Definition at line 50 of file hostconfig.h.
Definition at line 51 of file hostconfig.h.
| struct { ... } KSim::Snmp::HostConfig::authentication |
Definition at line 55 of file hostconfig.h.
| struct { ... } KSim::Snmp::HostConfig::privacy |
The documentation for this struct was generated from the following files:
KDE 4.0 API Reference