Previous PageTable Of Contents../index.htmlIndexNext Page

ATFX_PGXFER( )

Description | Example | Errors

Name:

long ATFX_PGXFER(dev)

Inputs:

int dev

fax channel device handle

Returns:

number of pages transferred if successful

AT_FAILURE if error

Includes:

srllib.h

dxxxlib.h

faxlib.h

Category:

extended attribute

Mode:

synchronous

 

Top Of PageDescription

The ATFX_PGXFER( ) function returns the number of transferred fax pages during the current fax call.

This function typically indicates the number of pages transferred by the fx_rcvfax( ), fx_rcvfax2( ) or fx_sendfax( ) function. You can issue ATFX_PGXFER( ) any time during a fax transfer to return the cumulative page count for the fax session.

The final page count value returned by ATFX_PGXFER( ) at the end of a fax session remains available to the application until a new send or receive is initiated on that channel.

NOTE:
In turnaround polling, this function provides a cumulative page count to include both sending and receiving on the specified channel.

 

Parameter

Description

dev

Specifies the channel device handle for the fax channel obtained when the channel was opened.

Top Of PageExample

Top Of PageErrors

This function fails and returns AT_FAILURE if an invalid fax channel device handle is specified in dev.


Previous PageTable Of ContentsTop Of PageIndexNext Page

Click here to contact Dialogic Customer Engineering

Copyright 2002, Intel Corporation
All rights reserved
This page generated February, 2002