CTI32 Class Library

cti.ShutdownFax Method 

Shuts down the Gammalink fax ports in the system. You should call this function once on program exit. You can shut down the entire range of fax ports all at the same time. For example, if you had a CP-12 / SC board, (contains 12 fax resources) you would pass 1,12 and all the fax ports would be shut down and ready to go.

[Visual Basic]
Public Shared Function ShutdownFax( _
   ByVal chanstart As Integer, _
   ByVal chanend As Integer _
) As Integer
[C#]
public static int ShutdownFax(
   int chanstart,
   int chanend
);

Parameters

chanstart
This is the beginning port number to shut down. Gammafax fax resources are numbered starting with 1.
chanend
This specifies the ending port number in the range. This number will normally be the same as the number of fax resources in your system

Return Value

0=successful -1=error

See Also

cti Class | CTI32NetLib Namespace