#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:
| |
| 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. | |
Definition at line 41 of file config.h.
1.2.15