class libfwbuilder::SNMPConnection


Public Methods

[more] SNMPConnection(const string &peer, const string &community)
[more]virtual ~SNMPConnection()
[more]void connect(int retries=SNMP_DEFAULT_RETRIES, long timeout=SNMP_DEFAULT_TIMEOUT) throw(FWException)
Optional parameter timeout is in milliseconds
[more]void disconnect() throw(FWException)
[more]vector<SNMPVariable*> get(const string &variable) throw(FWException)
[more]multimap<string, SNMPVariable*> walk(const string &variable) throw(FWException)


Documentation

o SNMPConnection(const string &peer, const string &community)

ovirtual ~SNMPConnection()

ovoid connect(int retries=SNMP_DEFAULT_RETRIES, long timeout=SNMP_DEFAULT_TIMEOUT) throw(FWException)
Optional parameter timeout is in milliseconds

ovoid disconnect() throw(FWException)

ovector<SNMPVariable*> get(const string &variable) throw(FWException)

omultimap<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++.