Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

smigetnextevent(3) [debian man page]

smi_event(3)						SMI Management Information Library					      smi_event(3)

NAME
smiGetEvent, smiGetFirstEvent, smiGetNextEvent - SMI identity information routines SYNOPSIS
#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; DESCRIPTION
These 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 file SEE ALSO
libsmi(3), smi_module(3), smi_class(3), smi.h AUTHOR
(C) 2007 Kaloyan Kanev, Jacobs University, Germany <k.kanev@jacobs-university.de> February 10, 2007 smi_event(3)

Check Out this Related Man Page

smi_event(3)						SMI Management Information Library					      smi_event(3)

NAME
smiGetEvent, smiGetFirstEvent, smiGetNextEvent - SMI identity information routines SYNOPSIS
#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; DESCRIPTION
These 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 file SEE ALSO
libsmi(3), smi_module(3), smi_class(3), smi.h AUTHOR
(C) 2007 Kaloyan Kanev, Jacobs University, Germany <k.kanev@jacobs-university.de> February 10, 2007 smi_event(3)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Adding field of flatfile by an index.

Hey guys, I was given a task that involved parcing a large file that looked somthing like this... A1-0999999,SMITH,.25 A1-0999999,JOHN,.75 A1-0999999,HELMET,.1.25 A1-0999999,HOOP,.10.25 D1-1212121,SMITH,4.00 D1-1212121,TH,9.00 D1-1212121,MITCH,10.20 D1-1212121,RETAL,3.00 A1-9909555,,3.00... (2 Replies)
Discussion started by: djsal
2 Replies

2. Shell Programming and Scripting

Help with sed command

hi, I have the following content in a file: DSAA,SMITA,SMI,JULIE,FT,ACDSF,OTH DSAA,SMITA,SMI,JULIE,FT,ACDSF,OTH Im tyring to use the 'sed' command to replace each comma with a new line so that each word is on a seperate line like below DSAA SMITA SMI ... ... I tried... (6 Replies)
Discussion started by: Wahmed9
6 Replies

3. Solaris

Explain @(#)cshrc 1.11 89/11/29 SMI

What does ' @(#)cshrc 1.11 89/11/29 SMI ' mean? Can someone please deconstruct and explain the parts? # @(#)cshrc 1.11 89/11/29 SMIIt is at the top of a the .cshrc of a new Solaris account I am working on. I am familiar with using the first line of a script for setting the program/shell to... (2 Replies)
Discussion started by: fgrirx
2 Replies