sk_statusText()

Description

Returns a text string associated with status values. This status value can be either the status returned in an EXS message, or the status returned from a SwitchKit function call. This function is also available as skts_statusText().

Syntax

char *sk_statusText(int anError)

Threadsafe Syntax

char *skts_statusText(int anError)

Parameters

The function parameters are shown in the table below.

Argument

Description

anError

The status number to convert

Return Values

Possible return values for this function are:

SK_LOST_LLC

This return value indicates that your application lost contact with the LLC.