Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

modem_conf_struct Struct Reference

This structure contains the modems' configuration data. More...

#include <config.h>


Data Fields

int id
 Modem's ID (this is the index in the array).

char identifier [MODEM_CONF_IDENTIFIER_SIZE]
 6 first bytes of the modem's MAC address. This is called the manufacturor's sugnature.

char tag_name [MODEM_CONF_TAG_NAME_SIZE]
 Arbitrary string that represents the modem's constructor. This is the trademark.

char autoconf [MODEM_CONF_AUTOCONF_SIZE]
 This string represents the auto-configuration capability. Value can be:
  • "yes": the modem suports auto-configuration.
  • "no": the modem does not support auto-configuration.
.


char action [MODEM_CONF_ACTION_SIZE]
 Path to the dinamically loadable module used to process the MAC address.

void * dll
 Handle to the dinamically loadable module.

char *(* calculate_mac_address )(char *)
 Pointer to the function (within the dinamically loadable module) that is called to process the MAC address.


Detailed Description

This structure contains the modems' configuration data.

Definition at line 41 of file config.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 19 12:31:07 2006 for MyDhcp_V2 by doxygen1.2.15