Previous PageTable Of Contents../index.htmlIndexNext Page

ATDX_CHNAMES( )

Description | Cautions | Example | Errors

Name:

char ** ATDX_CHNAMES(bddev)

Inputs:

int bddev

  valid Dialogic board device handle

Returns:

pointer to array of channel names if successful
pointer to array of pointers that point to "Unknown device" if error

Includes:

srllib.h
dxxxlib.h

Category:

Extended Attribute

Top Of PageDescription

The ATDX_CHNAMES( ) function returns all channel names for a board in a pointer to an array of channel names associated with the board device handle bddev.

A possible use for this attribute would be to display the names of the channel devices associated with a particular board device.

The function parameter is defined as follows:

Parameter

Description

bddev

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

Top Of PageCautions

None.

Top Of PageExample

Top Of PageErrors

This function will fail and return the address of a pointer to "Unknown device" if an invalid board device handle is specified in bddev.


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