GetTCPErrorString

char *GetTCPErrorString (int errorNum);

Purpose

Converts the error number returned by a TCP Support Library function into a meaningful error message.

Parameters

Input
Name Type Description
errorNum integer An error number returned by a TCP Library function.

Return Value

Name Type Description
message string The meaningful error message for the error number.