CMPI 2.1.0 API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
CMPIData Struct Reference

A structure type representing a CMPI data item. More...

#include <cmpidt.h>

Data Fields

CMPIType type
 Type of the data item. More...
 
CMPIValueState state
 State of the data item.
 
CMPIValue value
 Value of the data item. More...
 

Detailed Description

A structure type representing a CMPI data item.

CMPI data items have type, state and value; they are used by MIs when transferring data to the MB.

Field Documentation

CMPIType CMPIData::type

Type of the data item.

Undefined, if the data item is in error as per its state.

CMPIValue CMPIData::value

Value of the data item.

Undefined, if the data item is NULL or in error as per its state.


The documentation for this struct was generated from the following file: