Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: HelloWizFi250Interface
Fork of NetworkSocketAPI by
Diff: MeshInterface.h
- Revision:
- 104:d28d8b508e7c
- Parent:
- 89:b1d417383c0d
diff -r 37decbcb1108 -r d28d8b508e7c MeshInterface.h
--- a/MeshInterface.h Tue Apr 19 18:26:12 2016 -0500
+++ b/MeshInterface.h Tue Apr 19 18:26:21 2016 -0500
@@ -1,4 +1,4 @@
-/* Socket
+/* MeshInterface
* Copyright (c) 2015 ARM Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -20,17 +20,20 @@
#include "NetworkInterface.h"
/** MeshInterface class
- * Common interface that is shared between ethernet hardware
+ *
+ * Common interface that is shared between mesh hardware
*/
class MeshInterface : public NetworkInterface
{
public:
/** Start the interface
+ *
* @return 0 on success, negative on failure
*/
virtual int connect() = 0;
/** Stop the interface
+ *
* @return 0 on success, negative on failure
*/
virtual int disconnect() = 0;
