[AGENT++] What if class derived from MibLeaf contains multiple values.
Dario maljur
dmaljur at elma.hr
Wed Aug 16 11:36:06 CEST 2006
Hi.
I have a class derived from MibLeaf say it's called CCameraMib. The object
has an oid and the value.
But Say that CCameraMib class has more values. Like: location, id, and that
kind of stuff.
When manager issues GET request, I would like to send all values of that
Camera MIB.
a) Do I have to code all camera info (id, location) in one string and than
execute get_request()?
b) Or do I have to make one MIB CameraMIb with has MibLeafs of it's values?
But if this is the case, how are values returned to manager? Through
CameraMib or through it's leafs.?
c) Or does the manager must call each value separately?
Thanks.
Dario
More information about the AGENTPP
mailing list