sl_decode_sl_sigproc_class_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_sigproc_class_type
( SL_SIGPROC_CLASS_TYPE sl_sigproc_class_type 
);

Description

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

Parameters

sl_sigproc_class_type
A signaling process class type.

Return values

unknown SL_SIGPROC_CLASS
The value of sl_sigproc_class_type is not a valid member of the SL_SIGPROC_CLASS_TYPE enumeration.
other values
The signaling process class type encoded as a NULL-terminated ASCII string, for example “SL_SIGPROC_CLASS_CCS”.

Related information