sl_decode_sl_proc_type subroutine

Purpose

Decode a signaling interface data type for generating text messages.

Library

The signaling interface library (libsl.a).

C syntax

#include <slsigpr.h>
...
char * sl_decode_sl_proc_type
( SL_PROC_TYPE sl_proc_type
);

Description

Returns a pointer to an ASCII string version of a signaling process type suitable for printing or adding to a message, for example “SL_PROC_USR4”.

Parameters

sl_proc_type
A signaling process type.

Return values

unknown SL_PROC_TYPE
The value of sl_proc_type is not a valid member of the SL_PROC_TYPE enumeration.
other values
The signaling process type encoded as a NULL-terminated ASCII string, for example, “SL_PROC_USR5”.

Related information