File tree Expand file tree Collapse file tree 7 files changed +29
-22
lines changed Expand file tree Collapse file tree 7 files changed +29
-22
lines changed Original file line number Diff line number Diff line change 15
15
16
16
/* @file CellularBase.h CellularBase */
17
17
18
- /* * @addtogroup netsocket
18
+ /* * @addtogroup netinterface
19
19
* @{
20
20
*/
21
21
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
+ /* * @file DNS.h Domain Name Service */
18
+ /* * @\addtogroup netsocket
19
+ * @{ */
20
+
17
21
#ifndef DNS_H
18
22
#define DNS_H
19
23
24
+ /* * Base class for DNS provider */
20
25
class DNS {
21
26
public:
22
27
Original file line number Diff line number Diff line change 1
-
2
- /* * \addtogroup netsocket */
3
- /* * @{*/
4
- /* EthInterface
1
+ /*
5
2
* Copyright (c) 2015 ARM Limited
6
3
*
7
4
* Licensed under the Apache License, Version 2.0 (the "License");
17
14
* limitations under the License.
18
15
*/
19
16
17
+ /* @file EthInterface.h Common interface that is ahared between Ethernet hardware */
18
+ /* * \addtogroup netinterface */
19
+ /* * @{*/
20
+
20
21
#ifndef ETH_INTERFACE_H
21
22
#define ETH_INTERFACE_H
22
23
Original file line number Diff line number Diff line change 1
-
2
- /* * \addtogroup netsocket */
3
- /* * @{*/
4
- /* MeshInterface
1
+ /*
5
2
* Copyright (c) 2015 ARM Limited
6
3
*
7
4
* Licensed under the Apache License, Version 2.0 (the "License");
17
14
* limitations under the License.
18
15
*/
19
16
17
+ /* @file MeshInterface.h Mesh network interface */
18
+ /* * \addtogroup netinterface */
19
+ /* * @{*/
20
+
20
21
#ifndef MESH_INTERFACE_H
21
22
#define MESH_INTERFACE_H
22
23
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
/* * @file NetworkInterface.h Network Interface base class */
18
- /* * @\addtogroup netsocket
18
+ /* * @addtogroup netinterface
19
+ * Network Interface classes
19
20
* @{ */
20
21
21
22
Original file line number Diff line number Diff line change 1
-
2
- /* WiFiInterface
1
+ /*
3
2
* Copyright (c) 2015 - 2016 ARM Limited
4
3
*
5
4
* Licensed under the Apache License, Version 2.0 (the "License");
15
14
* limitations under the License.
16
15
*/
17
16
17
+ /* * @file WifiInterface.h Common interface that is shared between Wi-Fi devices */
18
+ /* * @addtogroup netinterface
19
+ * @{
20
+ */
21
+
18
22
#ifndef WIFI_INTERFACE_H
19
23
#define WIFI_INTERFACE_H
20
24
21
25
#include < string.h>
22
26
#include " netsocket/NetworkInterface.h"
23
27
#include " netsocket/WiFiAccessPoint.h"
24
28
25
- /* * @file WifiInterface.h Common interface that is shared between Wi-Fi devices */
26
- /* * @addtogroup netsocket
27
- * @{
28
- */
29
-
30
29
/* * Common interface that is shared between Wi-Fi devices.
31
- *
32
30
*/
33
31
class WiFiInterface : public virtual NetworkInterface {
34
32
public:
Original file line number Diff line number Diff line change 1
-
2
- /* * \addtogroup netsocket */
3
- /* * @{*/
4
- /* nsapi_dns.h
1
+ /*
5
2
* Original work Copyright (c) 2013 Henry Leinen (henry[dot]leinen [at] online [dot] de)
6
3
* Modified work Copyright (c) 2015 ARM Limited
7
4
*
17
14
* See the License for the specific language governing permissions and
18
15
* limitations under the License.
19
16
*/
17
+
18
+ /* * \addtogroup netsocket */
19
+ /* * @{*/
20
+
20
21
#ifndef NSAPI_DNS_H
21
22
#define NSAPI_DNS_H
22
23
You can’t perform that action at this time.
0 commit comments