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(3snmp).
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004