1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-03 17:13:17 +03:00
Files
mariadb-columnstore-engine/net-snmp/net-snmp-5.2.1.2/man/netsnmp_leaf.3
2016-01-06 14:08:59 -06:00

32 lines
1012 B
Groff

.TH "leaf_handlers: process individual leaf objects" 3 "30 Jun 2005" "Version 5.2.1.rc3" "net-snmp" \" -*- nroff -*-
.ad l
.nh
.SH NAME
leaf_handlers: process individual leaf objects \- A group of handlers to implement individual leaf objects and instances (both scalar objects, and individual objects and instances within a table).
.PP
.SS "Modules"
.in +1c
.ti -1c
.RI "\fBinstance: process individual MIB instances easily.\fP"
.br
.ti -1c
.RI "\fBscalar: process scalars easily.\fP"
.br
.ti -1c
.RI "\fBscalar_group: process groups of scalars.\fP"
.br
.ti -1c
.RI "\fBwatcher: watch a specified variable and process\fP"
.br
.RI "\fIit as an instance or scalar object \fP"
.PP
.in -1c
.SH "Detailed Description"
.PP
A group of handlers to implement individual leaf objects and instances (both scalar objects, and individual objects and instances within a table).
.PP
These handlers will typically allow control to be passed down to a lower level, user-provided handler, but this is (usually) optional.