Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IKMIPResponse::startResponseMsg ( void  )
pure virtual

Start the creation of a KMIP response message.

After this call one or more of the response add calls can be made (e.g., addCreateResponse). Finally the endResponseMsg function must be called to finish the message creation.

Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eTooSmallThe configured buffer size in pPool is too small to hold the generated message.