We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77b0d7 commit 2cbe900Copy full SHA for 2cbe900
source/FreeRTOS_Sockets.c
@@ -5136,6 +5136,9 @@ void * pvSocketGetSocketID( const ConstSocket_t xSocket )
5136
* and return the value -pdFREERTOS_ERRNO_EINTR ( -4 ).
5137
*
5138
* @param[in] xSocket: The socket that will be signalled.
5139
+ *
5140
+ * @return If xSocket is an invalid socket then -pdFREERTOS_ERRNO_EINVAL
5141
+ * is returned. Else 0 is returned.
5142
*/
5143
BaseType_t FreeRTOS_SignalSocket( Socket_t xSocket )
5144
{
0 commit comments