Query: smi_event
OS: debian
Section: 3
Links: debian man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
smi_event(3) SMI Management Information Library smi_event(3)NAMEsmiGetEvent, smiGetFirstEvent, smiGetNextEvent - SMI identity information routinesSYNOPSIS#include <smi.h> smiGetEvent(SmiClass *smiClassPtr,char*"name); smiGetFirstEvent(SmiClass *smiClassPtr); smiGetNextEvent(SmiEvent *smiEventPtr); typedef struct SmiEvent { SmiIdentifier name; SmiDecl decl; SmiStatus status; char *description; char *reference; } SmiEvent;DESCRIPTIONThese functions retrieve information on a SMIng event definition (SMIng). smiGetEvent(SmiClass *smiClassPtr, char *name) returns a pointer to struct SmiEvent for the event with the given name in the given class(smiClassPtr), or NULL if the event with the given name does not exist smiGetFirstEvent(SmiClass *smiClassPtr) and smiGetNextEvent(SmiEvent *smiEventPtr) are used to iterate through the events of the class given by smiClassPtr. They return a pointer to struct SmiEvent that represents an event or NULL if there are no events left in the class, or error has occurred.FILES${prefix}/include/smi.h SMI library header fileSEE ALSOlibsmi(3), smi_module(3), smi_class(3), smi.hAUTHOR(C) 2007 Kaloyan Kanev, Jacobs University, Germany <k.kanev@jacobs-university.de> February 10, 2007 smi_event(3)
Related Man Pages |
---|
smigetattributefirstrange(3) - debian |
smigetfirstevent(3) - debian |
smigetnextclass(3) - debian |
smigetparentclass(3) - debian |
smiisclassscalar(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding field of flatfile by an index. |
SMI 0.9.9p (Default branch) |
SMI 0.9.9q (Default branch) |
SMI 0.9.9s (Default branch) |
Explain @(#)cshrc 1.11 89/11/29 SMI |