Get socket options retrieves This Function isn't implemented yet but this is the form that will be released later.
- Parameters
-
[in] | sock | Socket Identifier. |
[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.
References SOCK_ERR_INVALID_ARG.