components/net-snmp-57/sun/sdk/demo/demo_module_3/demo_module_3.h
changeset 5867 445e2cf1c845
parent 252 ee0fb1eabcbf
equal deleted inserted replaced
5866:683c5c035a79 5867:445e2cf1c845
       
     1 /*
       
     2  * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
       
     3  *
       
     4  * U.S. Government Rights - Commercial software. Government users are subject
       
     5  * to the Sun Microsystems, Inc. standard license agreement and applicable
       
     6  * provisions of the FAR and its supplements.
       
     7  *
       
     8  *
       
     9  * This distribution may include materials developed by third parties. Sun,
       
    10  * Sun Microsystems, the Sun logo and Solaris are trademarks or registered
       
    11  * trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
       
    12  */
       
    13 
       
    14 /*
       
    15  * Note: this file originally auto-generated by mib2c using
       
    16  *        : mib2c.iterate.conf,v 1.1.1.1 2003/03/26 18:12:29 pcarroll Exp $
       
    17  */
       
    18 #ifndef DEMO_MODULE_3_H
       
    19 #define DEMO_MODULE_3_H
       
    20 
       
    21 /* function declarations */
       
    22 void init_init_demo_module_3(void);
       
    23 void initialize_table_me1ContactInfoTable(void);
       
    24 Netsnmp_Node_Handler me1ContactInfoTable_handler;
       
    25 
       
    26 Netsnmp_First_Data_Point  me1ContactInfoTable_get_first_data_point;
       
    27 Netsnmp_Next_Data_Point   me1ContactInfoTable_get_next_data_point;
       
    28 
       
    29 /* column number definitions for table me1ContactInfoTable */
       
    30        #define COLUMN_ME1FLOORNUMBER		1
       
    31        #define COLUMN_ME1ROOMNUMBER		2
       
    32        #define COLUMN_ME1NAME		3
       
    33        #define COLUMN_ME1EXTENSION		4
       
    34 
       
    35 
       
    36 typedef struct me1ContactEntry_s {
       
    37     long me1FloorNumber;
       
    38     long me1RoomNumber; 
       
    39     char me1Name[255];
       
    40     long me1Extension;
       
    41     struct me1ContactEntry_s* pNext;
       
    42 } me1ContactEntry;
       
    43 
       
    44 #endif /* DEMO_MODULE_3_H */