
Description | Example | Error
Name: |
int gl_scenter (void) | |
Inputs: |
None |
|
Returns: |
0 |
|
|
-1 |
|
Includes: |
gfsc.h |
|
The gl_scenter( ) function must be called once before using any SCbus switching functions.
#include "gfsc.h"
/* initialize SCbus system */
status = gl_scenter( );
if (status)
{
fprintf(stderr, "gl_scenter( ) error %d\n", status);
return (status);
}
Click here to contact Dialogic Customer Engineering
Copyright 2000, Dialogic Corporation