Initializes the Gammalink fax ports in the system. You should call this function once on program entry. You can initialize 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 initialized and ready to go.
[Visual Basic] Public Shared Function InitializeFax( _ ByVal chanstart As Integer, _ ByVal chanend As Integer _ ) As Integer
[C#] public static int InitializeFax( intchanstart, intchanend );
Parameters
chanstart
This is the beginning port number to initialize. 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.