Public Methods
-
SNMPConnection(const string &peer, const string &community)
-
virtual ~SNMPConnection()
-
void connect(int retries=SNMP_DEFAULT_RETRIES, long timeout=SNMP_DEFAULT_TIMEOUT) throw(FWException)
- Optional parameter timeout is in milliseconds
-
void disconnect() throw(FWException)
-
vector<SNMPVariable*> get(const string &variable) throw(FWException)
-
multimap<string, SNMPVariable*> walk(const string &variable) throw(FWException)
Documentation
SNMPConnection(const string &peer, const string &community)
virtual ~SNMPConnection()
void connect(int retries=SNMP_DEFAULT_RETRIES, long timeout=SNMP_DEFAULT_TIMEOUT) throw(FWException)
-
Optional parameter timeout is in milliseconds
void disconnect() throw(FWException)
vector<SNMPVariable*> get(const string &variable) throw(FWException)
multimap<string, SNMPVariable*> walk(const string &variable) throw(FWException)
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.