Previous PageTable Of Contents../index.htmlIndexNext Page

cc_GetDLinkCfg( )

Description | Cautions | Example | Errors | See Also

Name:

int cc_GetDLinkCfg(bdev, dlinkptr, dlinkcfgptr)

Inputs:

LINEDEV bdev

  device handle

 

DLINK *dlinkptr

  pointer to data link information block

 

DLINK_CFG *dlinkcfgptr

  pointer to location of D channel logical link configuration block

Returns:

0 on success
< 0 on failure

Includes:

cclib.h

Category:

System tools

Mode:

synchronous

Technology:

BRI/SC

Top Of PageDescription

The cc_GetDLinkCfg( ) function retrieves the configuration of a logical link. The logical link is configured using the cc_SetDLinkCfg( ) function.

Parameter

Description

bdev:

Station device handle.

dlinkptr:

Pointer to the data link information block. See Section 6.4. DLINK for a description of the elements of this data structure.

dlinkcfgptr:

Pointer to the buffer containing the data link logical link configuration block. See Section 6.5. DLINK_CFG for a description of the elements of this data structure.

Top Of PageCautions

Make sure that the DLINK_CFG data structure is initialized to zero.

Top Of PageExample

Top Of PageErrors

If the function returns < 0 to indicate failure, use the cc_CauseValue( ) function to retrieve the reason code for the failure. The cc_ResultMsg( ) function can be used to interpret the reason code. Error codes are defined in the files ccerr.h, isdnerr.h, and isdncmd.h.

Error codes from the cc_GetDLinkCfg( ) function include the following:

Error Code

Description

E_BADDEV | ERR_ISDN_LIB

Bad Device Descriptor

E_INVNDIINTERFACE | ERR_ISDN_LIB

Invalid NDI Interface

E_INVNRB | ERR_ISDN_LIB

Invalid NRB

Top Of PageSee Also


Previous PageTable Of ContentsTop Of PageIndexNext Page

Click here to contact Dialogic Customer Engineering

Copyright 2001, Dialogic Corporation
All rights reserved
This page generated December, 2001