CMPI 2.1.0 API
|
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... | |
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.
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.