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(S).
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005