PREV TOC HOME INDEX NEXT


GC_PARM_ID


typedef struct
{
    unsigned short  set_ID;          /* Set ID */
    unsigned short  parm_ID;         /* Parm ID */
    unsigned char   value_type;      /* Value type, its defines listed in gccfgparm.h */
    unsigned char   update_perm;     /* Update permission */
} GC_PARM_ID, *GC_PARM_IDP; 

Description

The GC_PARM_ID data structure contains configuration information returned by a gc_QueryConfigData( ) query.

Field Descriptions

The fields of GC_PARM_ID are described as follows:

set_id
the set ID of the parameter
parm_id
the parameter ID of the parameter
value_type
the data type of the value for this parameter (for example, int, long, etc.)
update_perm
the update permission. Possible values are:
  • GC_R_O
    retrieve only
  • GC_W_I
    update immediately
  • GC_W_N
    update only while call is in the Null state
  • GC_W_X
    not available

PREV TOC HOME INDEX NEXT

Click here to contact Telecom Support Resources

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