
Name: |
int gfdGetMemNumChannel (int chassis) | |
Inputs: |
int chassis |
|
Outputs: |
none |
|
Returns: |
Number of active channels |
|
|
0 |
|
<0 |
| |
Includes: |
gfdstatu.h |
|
The gfdGetMemNumChannel( ) 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 table exists and is valid, but that no fax channels are active.
#include "gfdstatu.h"
nc = gfdGetMemNumChannel (1);
if (nc > = 0)
printf ("Found %d channels.\n", nc);
else
printf ("status table not available.\n");
Click here to contact Dialogic Customer Engineering
Copyright 2000, Dialogic Corporation