mirror of https://github.com/ARMmbed/mbed-os.git
missing doxy
parent
e31337dab7
commit
3929f5630b
|
@ -336,7 +336,7 @@ protected:
|
|||
*/
|
||||
virtual void socket_attach(nsapi_socket_t handle, void (*callback)(void *), void *data) = 0;
|
||||
|
||||
/* Set stack-specific socket options
|
||||
/** Set stack-specific socket options
|
||||
*
|
||||
* The setsockopt allow an application to pass stack-specific hints
|
||||
* to the underlying stack. For unsupported options,
|
||||
|
@ -352,7 +352,7 @@ protected:
|
|||
virtual nsapi_error_t setsockopt(nsapi_socket_t handle, int level,
|
||||
int optname, const void *optval, unsigned optlen);
|
||||
|
||||
/* Get stack-specific socket options
|
||||
/** Get stack-specific socket options
|
||||
*
|
||||
* The getstackopt allow an application to retrieve stack-specific hints
|
||||
* from the underlying stack. For unsupported options,
|
||||
|
|
|
@ -351,7 +351,7 @@ typedef struct nsapi_stack_api {
|
|||
*/
|
||||
nsapi_error_t (*add_dns_server)(nsapi_stack_t *stack, nsapi_addr_t addr);
|
||||
|
||||
/* Set stack-specific stack options
|
||||
/** Set stack-specific stack options
|
||||
*
|
||||
* The setstackopt allow an application to pass stack-specific hints
|
||||
* to the underlying stack. For unsupported options,
|
||||
|
@ -367,7 +367,7 @@ typedef struct nsapi_stack_api {
|
|||
nsapi_error_t (*setstackopt)(nsapi_stack_t *stack, int level,
|
||||
int optname, const void *optval, unsigned optlen);
|
||||
|
||||
/* Get stack-specific stack options
|
||||
/** Get stack-specific stack options
|
||||
*
|
||||
* The getstackopt allow an application to retrieve stack-specific hints
|
||||
* from the underlying stack. For unsupported options,
|
||||
|
@ -567,7 +567,7 @@ typedef struct nsapi_stack_api {
|
|||
void (*socket_attach)(nsapi_stack_t *stack, nsapi_socket_t socket,
|
||||
void (*callback)(void *), void *data);
|
||||
|
||||
/* Set stack-specific socket options
|
||||
/** Set stack-specific socket options
|
||||
*
|
||||
* The setsockopt allow an application to pass stack-specific hints
|
||||
* to the underlying stack. For unsupported options,
|
||||
|
@ -584,7 +584,7 @@ typedef struct nsapi_stack_api {
|
|||
nsapi_error_t (*setsockopt)(nsapi_stack_t *stack, nsapi_socket_t socket, int level,
|
||||
int optname, const void *optval, unsigned optlen);
|
||||
|
||||
/* Get stack-specific socket options
|
||||
/** Get stack-specific socket options
|
||||
*
|
||||
* The getstackopt allow an application to retrieve stack-specific hints
|
||||
* from the underlying stack. For unsupported options,
|
||||
|
|
Loading…
Reference in New Issue