
Name: |
||
Inputs: |
int chassis |
|
Outputs: |
none |
|
Returns: |
Number of active channels |
|
|
0 |
|
<0 |
| |
Includes: |
gfdstatu.h |
|
The gfdGetFileNumChannel( ) function returns the number of active channels in the chassis. A value less than zero indicates an error. A value of zero indicates that the status file exists and is valid, but that no fax channels are active.
#include "gfdstatu.h"
nc = gfdGetFileNumChannel (1);
if (nc > = 0)
printf ("Found %d channels.\n", nc);
else
printf ("Can't open status file.\n");
Click here to contact Dialogic Customer Engineering
Copyright 2000, Dialogic Corporation