Inheritance diagram for SnmpFbg:

Public Member Functions | |
| SnmpFbg (params string[]argv) | |
| create a Snmp-Freiburg parent object | |
| SnmpFbg (Freiburg.Msgque parent, params string[]argv) | |
| create a Snmp-Freiburg child object | |
| void | Login (params object[]val) |
| login into a SNMP server | |
| void | Logout () |
| logout from a SNMP server | |
| Object[] | Get (params object[]args) |
| get data from a SNMP server | |
| Object[] | BulkGet (params object[]args) |
| get bulkdata from a SNMP server | |
| Object[] | Walk (params object[]args) |
| walk data-tree on a SNMP server | |
| Object[] | BulkWalk (params object[]args) |
| bulk-walk data-tree on a SNMP server | |
Public Attributes | |
| int | timeout = 10 |
Static Protected Member Functions | |
| void | MakeTest (string name, object[]objA, params object[]resA) |
compare 2 object[] | |
| void | MakeTest (string name, object obj, object res) |
compare 2 object | |
Private Member Functions | |
| ~SnmpFbg () | |
| delete a Snmp-Freiburg object | |
Private Attributes | |
| const string | appname = "SnmpFbg" |
| const string | server = "snmpFbg20.srv" |
Definition at line 23 of file csLibSnmpFbg.cs.
|
|
create a Snmp-Freiburg parent object
Definition at line 29 of file csLibSnmpFbg.cs. References appname, and server. Referenced by Snmp::Main(). |
|
||||||||||||
|
create a Snmp-Freiburg child object
Definition at line 33 of file csLibSnmpFbg.cs. |
|
|
delete a Snmp-Freiburg object
Definition at line 37 of file csLibSnmpFbg.cs. |
|
|
get bulkdata from a SNMP server for definition of the interface please read Ot_BGET Definition at line 78 of file csLibSnmpFbg.cs. References timeout. Referenced by Snmp::Main(). |
|
|
bulk-walk data-tree on a SNMP server for definition of the interface please read Ot_BWLK Definition at line 96 of file csLibSnmpFbg.cs. References timeout. |
|
|
get data from a SNMP server for definition of the interface please read Ot_GETO Definition at line 69 of file csLibSnmpFbg.cs. References timeout. Referenced by Snmp::Main(). |
|
|
login into a SNMP server for definition of the interface please read Ot_INIT Definition at line 51 of file csLibSnmpFbg.cs. References timeout. Referenced by Snmp::Main(). |
|
|
logout from a SNMP server for definition of the interface please read Ot_CLOS Definition at line 60 of file csLibSnmpFbg.cs. References timeout. Referenced by Snmp::Main(). |
|
||||||||||||||||
|
compare 2
Definition at line 134 of file csLibSnmpFbg.cs. |
|
||||||||||||||||
|
compare 2
Definition at line 107 of file csLibSnmpFbg.cs. Referenced by Snmp::Main(). |
|
|
walk data-tree on a SNMP server for definition of the interface please read Ot_WALK Definition at line 87 of file csLibSnmpFbg.cs. References timeout. Referenced by Snmp::Main(). |
|
|
Definition at line 25 of file csLibSnmpFbg.cs. Referenced by SnmpFbg(). |
|
|
Definition at line 26 of file csLibSnmpFbg.cs. Referenced by SnmpFbg(). |
|
|
Definition at line 24 of file csLibSnmpFbg.cs. Referenced by BulkGet(), BulkWalk(), Get(), Login(), Logout(), and Walk(). |
1.3.8-20040928