|
|
MIB object instances are modeled by the OI (Object Instance) structure:
typedef struct object_instance { OID oi_name; /* instance OID */There are several routines to manipulate MIB instances; these are described in smux_util(SLIB).OT oi_type; /* prototype */ } object_instance, *OI; #define NULLOI ((OI) 0)