SNMPResponse

Owns the response PDU from a synchronous SNMP request.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

errStatus
SNMPError errStatus()
Undocumented in source. Be warned that the author may not have intended to support it.
free_
void free_()
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
ok
bool ok()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(VarBind) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
variables
VarBind variables()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
netsnmp_pdu* handle;
Undocumented in source.
status
int status;
Undocumented in source.

Meta