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: NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more
Get socket options retrieves This Function isn't implemented yet but this is the form that will be released later. More...
Functions | |
| NMI_API sint8 | getsockopt (SOCKET sock, uint8 u8Level, uint8 u8OptName, const void *pvOptValue, uint8 *pu8OptLen) |
Detailed Description
Get socket options retrieves This Function isn't implemented yet but this is the form that will be released later.
Function Documentation
| sint8 getsockopt | ( | SOCKET | sock, |
| uint8 | u8Level, | ||
| uint8 | u8OptName, | ||
| const void * | pvOptValue, | ||
| uint8 * | pu8OptLen | ||
| ) |
- Parameters:
-
[in] sock Socket Identifie. [in] u8Level The protocol level of the option. [in] u8OptName The u8OptName argument specifies a single option to get. [out] pvOptValue The pvOptValue argument contains pointer to a buffer containing the option value. [out] pu8OptLen Option value buffer length.
- Returns:
- The function shall return ZERO for successful operation and a negative value otherwise.
Generated on Wed Jul 13 2022 16:32:38 by
1.7.2