DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Developing SMUX peers for SNMP agents

Instances

MIB object instances are modeled by the OI (Object Instance) structure:

               typedef struct object_instance {
                   OID     oi_name;                /* instance OID */

OT oi_type; /* prototype */ } object_instance, *OI; #define NULLOI ((OI) 0)

There are several routines to manipulate MIB instances; these are described in smux_util(SLIB).

Next topic: References
Previous topic: Objects

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003