Previous PageTable Of Contents../index.htmlIndexNext Page

dcb_getdigitmsk( )

Description | Cautions | Example | Errors | See Also

Name:

int dcb_getdigitmsk(devh,confid,bitmaskp)

Inputs:

int devh

  DCB/SC DSP device handle

 

int confid

  conference identifier

 

unsigned int * bitmaskp

  pointer to digit bitmask

Returns:

0 on success
-1 on failure

Includes:

srllib.h
dtilib.h
msilib.h
dcblib.h

Category:

Configuration

Mode:

synchronous

Top Of PageDescription

The dcb_getdigitmsk( ) function returns the digit mask for a specified conference. The values set in the mask corresponds to the digits which, when received, will cause a DCBEV_DIGIT event to be generated to the application.

Parameter

Description

devh:

The DCB/SC DSP device handle.

confid:

The conference identifier.

bitmask:

Pointer to the digit bitmask.

NOTE:
If MSG_VOLDIG is enabled to give transparent volume control to the conferees, the digits for volume increase, decrease, and reset will not cause digit events to be generated. As a result, the application will not know if the volume changes.

Top Of PageCautions

This function fails when:

Top Of PageExample

Top Of PageErrors

If the function does not complete successfully, it will return -1 to indicate an error. Use the Standard Attribute functions ATDV_LASTERR( ) to obtain the applicable error value, or ATDV_ERRMSGP( ) to obtain a more descriptive error message.

Refer to the error type tables found in Chapter 2 of this guide. Error defines can be found in dtilib.h, msilib.h or dcblib.h.

Top Of PageSee Also


Previous PageTable Of ContentsTop Of PageIndexNext Page

Click here to contact Dialogic Customer Engineering

Copyright 2000, Dialogic Corporation
All rights reserved
This page generated January, 2002