Open topic with navigation CAPL Functions » TCP/IP API » IpGetLastSocketErrorDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
IpGetLastSocketError
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Method Syntax
Method SyntaxDescription
The function returns the Winsock 2 error code of the last operation that failed on the specified socket.Parameters
- socket: The socket handle.
Return Values
- WSA_INVALID_PARAMETER (87): The specified socket was invalid.
- Any other value: The error code as provided by the Winsock 2 WSAGetLastError function.