class libfwbuilder::SNMPVariable_IPaddr

Unfortunately SNMP does not distinguish Netmask and IPAddress types.

Inheritance:


Public Methods

[more]virtual string toString()
[more]virtual IPAddress getIPAddressValue() throw(FWException)
[more]virtual Netmask getNetmaskValue() throw(FWException)

Protected Fields

[more]const unsigned char* value
[more]size_t len

Protected Methods

[more] SNMPVariable_IPaddr(u_char* v, size_t l) throw(FWException)


Inherited from SNMPVariable:

Public Methods

ostatic string varList2String(vector<SNMPVariable*> &v)
ostatic long varList2Int(vector<SNMPVariable*> &v) throw(FWException)
ostatic long var2Int(SNMPVariable* var) throw(FWException)
ostatic void freeVarList(vector<SNMPVariable*> &v)

Public Members

oenum

Protected Methods

ostatic 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)
ovirtual string toString()

ovirtual IPAddress getIPAddressValue() throw(FWException)

ovirtual Netmask getNetmaskValue() throw(FWException)

o SNMPVariable_IPaddr(u_char* v, size_t l) throw(FWException)

oconst unsigned char* value

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