#include <p6kmipdecoder.h>
Inherits P6R::p6ICom.
Public Member Functions | |
virtual P6INT32 | addref (void)=0 |
virtual P6R::P6ERR | getChildStructure (p6IKMIPStructure **ppNested)=0 |
virtual P6R::P6ERR | getNestingLevel (P6UINT32 *pLevel)=0 |
virtual P6R::P6ERR | getRawBytes (P6BSTR value, P6UINT32 *pWritten)=0 |
virtual P6R::P6ERR | getValue (P6KMIP_PRIMITIVE *pValue)=0 |
virtual P6R::P6ERR | next (P6KMIP_ELEMENT *pCursor)=0 |
virtual P6R::P6ERR | queryInterface (const P6R::P6IID &iid, P6VOID **ppIface)=0 |
virtual P6INT32 | release (void)=0 |
virtual P6R::P6ERR | reset (void)=0 |
This interface provides a enumerator of all parts of a KMIP structure type inside a KMIP message.
All KMIP messages are a nested series of KMIP structure types.
Definition at line 109 of file p6kmipdecoder.h.