Rev 4505 | Rev 4723 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4505 | Rev 4704 | ||
|---|---|---|---|
| Line 44... | Line 44... | ||
| 44 | 44 | ||
| 45 | #include "../include/device.h" |
45 | #include "../include/device.h" |
| 46 | 46 | ||
| 47 | #include "../structures/measured_strings.h" |
47 | #include "../structures/measured_strings.h" |
| 48 | 48 | ||
| - | 49 | /** @name Networking module interface |
|
| - | 50 | * This interface is used by other modules. |
|
| - | 51 | */ |
|
| - | 52 | /*@{*/ |
|
| - | 53 | ||
| 49 | /** Returns the device specific configuration. |
54 | /** Returns the device specific configuration. |
| 50 | * Returns the global configuration if the device specific is not found. |
55 | * Returns the global configuration if the device specific is not found. |
| 51 | * @param net_phone The networking module phone. Input parameter. |
56 | * @param net_phone The networking module phone. Input parameter. |
| 52 | * @param device_id The device identifier. Input parameter. |
57 | * @param device_id The device identifier. Input parameter. |
| 53 | * @param configuration The configuration and settings. Input/output parameter. |
58 | * @param configuration The configuration and settings. Input/output parameter. |
| Line 85... | Line 90... | ||
| 85 | * @returns The networking module phone on success. |
90 | * @returns The networking module phone on success. |
| 86 | * @returns 0 if called by the bundle module. |
91 | * @returns 0 if called by the bundle module. |
| 87 | */ |
92 | */ |
| 88 | int net_connect_module( services_t service ); |
93 | int net_connect_module( services_t service ); |
| 89 | 94 | ||
| - | 95 | /*@}*/ |
|
| - | 96 | ||
| 90 | #endif |
97 | #endif |
| 91 | 98 | ||
| 92 | /** @} |
99 | /** @} |
| 93 | */ |
100 | */ |