File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ /*
1
2
* http://www.apache.org/licenses/LICENSE-2.0
2
3
*
3
4
* Unless required by applicable law or agreed to in writing, software
Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ class Socket {
112
112
/* * Send a message on a socket.
113
113
*
114
114
* The sendto() function sends a message through a connection-mode or connectionless-mode socket.
115
- * If the socket is in connectionless-mode, the message is sent to the address specified.
116
- * If the socket is in connection -mode, address is ignored.
115
+ * If the socket is a connectionless-mode socket , the message is sent to the address specified.
116
+ * If the socket is a connected -mode socket , address is ignored.
117
117
*
118
118
* By default, sendto blocks until data is sent. If socket is set to
119
119
* non-blocking or times out, NSAPI_ERROR_WOULD_BLOCK is returned
Original file line number Diff line number Diff line change 26
26
#include " netsocket/NetworkInterface.h"
27
27
#include " netsocket/WiFiAccessPoint.h"
28
28
29
- /* * Common interface that between Wi-Fi devices.
29
+ /* * Common interface between Wi-Fi devices.
30
30
*/
31
31
class WiFiInterface : public virtual NetworkInterface {
32
32
public:
You can’t perform that action at this time.
0 commit comments