mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			Fix review findings.
							parent
							
								
									0f0469d03d
								
							
						
					
					
						commit
						6f15b04655
					
				| 
						 | 
				
			
			@ -1,3 +1,4 @@
 | 
			
		|||
/*
 | 
			
		||||
 *     http://www.apache.org/licenses/LICENSE-2.0
 | 
			
		||||
 *
 | 
			
		||||
 * Unless required by applicable law or agreed to in writing, software
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -112,8 +112,8 @@ public:
 | 
			
		|||
    /** Send a message on a socket.
 | 
			
		||||
     *
 | 
			
		||||
     * The sendto() function sends a message through a connection-mode or connectionless-mode socket.
 | 
			
		||||
     * If the socket is in connectionless-mode, the message is sent to the address specified.
 | 
			
		||||
     * If the socket is in connection-mode, address is ignored.
 | 
			
		||||
     * If the socket is a connectionless-mode socket, the message is sent to the address specified.
 | 
			
		||||
     * If the socket is a connected-mode socket, address is ignored.
 | 
			
		||||
     *
 | 
			
		||||
     * By default, sendto blocks until data is sent. If socket is set to
 | 
			
		||||
     * non-blocking or times out, NSAPI_ERROR_WOULD_BLOCK is returned
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -26,7 +26,7 @@
 | 
			
		|||
#include "netsocket/NetworkInterface.h"
 | 
			
		||||
#include "netsocket/WiFiAccessPoint.h"
 | 
			
		||||
 | 
			
		||||
/** Common interface that between Wi-Fi devices.
 | 
			
		||||
/** Common interface between Wi-Fi devices.
 | 
			
		||||
 */
 | 
			
		||||
class WiFiInterface: public virtual NetworkInterface {
 | 
			
		||||
public:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue