Previous PageTable Of Contents../index.htmlIndexNext Page

ATDX_BUFDIGS( )

Description | Cautions | Example | Errors | See Also

Name:

long ATDX_BUFDIGS(chdev)

Inputs:

int chdev

  valid Dialogic channel device handle

Returns:

number of uncollected digits in the firmware buffer if successful
AT_FAILURE if error

Includes:

srllib.h
dxxxlib.h

Category:

Extended Attribute

Top Of PageDescription

The ATDX_BUFDIGS( ) function returns the number of uncollected digits in the firmware buffer for channel chdev. This is the number of digits that have arrived since the last call to dx_getdig( ) or the last time the buffer was cleared using dx_clrdigbuf( ). The digit buffer contains a maximum of 31 digits and a null terminator.

The function parameter is defined as follows:

Parameter

Description

chdev

specifies the valid channel device handle obtained when the channel was opened using dx_open( ).

Top Of PageCautions

Digits that adjust speed and volume (see dx_setsvcond( )) will not be passed to the digit buffer.

Top Of PageExample

Top Of PageErrors

This function will fail and return AT_FAILURE if an invalid channel device handle is specified in chdev.

Top Of PageSee Also

Other digit functions:


Previous PageTable Of ContentsTop Of PageIndexNext Page

Click here to contact Dialogic Customer Engineering

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