@CHIP-RTOS C Library V2.00 - TCP/IP API
get_socketerror
Get last socket error.
int get_socketerror ( int sd );
Parameters
sd
Socket descriptor.
Return Value
error
code
Comments
Returns the last error which occured on specified socket.
See Also
opensocket
RTOS API
This library function invokes a RTOS software interrupt. Refer to this RTOS API function's
documentation
for more details.
This
API List
List of
C Libraries
@CHIP-RTOS
Main Index
End of document