cc/td/doc/product/rtrmgmt/bacbba/bacbba25
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

CommonDefinition.idl
Interface List
Module CommonDefinition

CommonDefinition.idl


Interface List

The file CommonDefinition.idl contains the following interface.

Module CommonDefinition

The CommonDefinition module defines common data types and data structures to be used across all IDL modules and interfaces.

Data Structures and Types

NVPair Structure

The NVPair structure is a simple name-value pair object.

Usage
struct NVPair
{
string name;
string value;
};
Members

name—the name of the pair

value—the value of the pair

NVPairSeq User Defined Type

NVPairSeq data type defines a list of NVPair objects.

Usage
typedef sequence<NVPair> NVPairSeq

ResultInfo Structure

The ResultInfo structure is used by IDL calls to return the result of an operation.

Usage
struct ResultInfo
{
long major_code;
long minor_code;
string msg_text;
};
Members

major_code—this field indicates the module that generated the result. major_code = 0 is reserved for SPM responses originating from SPM. Other major codes depend on the task primitives depending on particular solutions.

minor_code—specific error code

msg_text—the detailed error message

StringSeq User Defined Type

The StringSeq data type defines a list of strings.

Usage
typedef sequence<string> StringSeq

hometocprevnextglossaryfeedbacksearchhelp
Posted: Wed May 21 08:21:39 PDT 2003
All contents are Copyright © 1992--2003 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.