forked from hardaker/net-snmp
-
Notifications
You must be signed in to change notification settings - Fork 2
TUT:mib2c_int_watch
Bill Fenner edited this page Aug 30, 2018
·
1 revision
The mib2c integer watch configuration file generates a handler for each scalar object. This is useful for providing access to existing values in your code. The handler automatically handles read and write access to the object, and you don't need to write any more code. If you need to restrict the values in some way (i.e. only allow certain values to be set), then this is not the handler for you, and you should look into the scalar configuration configuration/handler.