Siebel Communications Server Administration Guide > Developing a Communications Driver > Siebel Adaptive Communications API Reference >

Data Types for Communications Drivers


The following are data types referenced in this appendix.

struct ISC_KeyValue       /* Key-Value element */
   {
      ISC_STRING    paramName;
      ISC_STRING    paramValue;
   };

struct ISC_KVParamList    /* List of Key-Value parameter */
   {
      struct ISC_KeyValue* dataItems;
      long                 len;
   };

struct ISC_StrParamList   /* List of String */
   {
      ISC_STRING*    dataItems;
      long           len;
   };

struct ISC_LongParamList  /* List of "long" */
   {
      long*          dataItems;
      long           len;
   };


 Siebel Communications Server Administration Guide 
 Published: 23 June 2003