Unfortunately SNMP does not distinguish Netmask and IPAddress types.
Inheritance:
Public Methods
-
virtual string toString()
-
virtual IPAddress getIPAddressValue() throw(FWException)
-
virtual Netmask getNetmaskValue() throw(FWException)
Protected Fields
-
const unsigned char* value
-
size_t len
Protected Methods
-
SNMPVariable_IPaddr(u_char* v, size_t l) throw(FWException)
Public Methods
-
static string varList2String(vector<SNMPVariable*> &v)
-
static long varList2Int(vector<SNMPVariable*> &v) throw(FWException)
-
static long var2Int(SNMPVariable* var) throw(FWException)
-
static void freeVarList(vector<SNMPVariable*> &v)
Public Members
-
enum
Protected Methods
-
static SNMPVariable* create(struct variable_list* v) throw(FWException)
Documentation
Unfortunately SNMP does not distinguish Netmask and IPAddress
types. On our framework they are different, and thus
we have to do late type conversion.
(lord)
virtual string toString()
virtual IPAddress getIPAddressValue() throw(FWException)
virtual Netmask getNetmaskValue() throw(FWException)
SNMPVariable_IPaddr(u_char* v, size_t l) throw(FWException)
const unsigned char* value
size_t len
- This class has no child classes.
- Friends:
- class SNMPVariable
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.