Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IKMIPServerResponse::setMsgFormat ( P6UINT32  msgFormat)
pure virtual

Allow the caller to switch to a different KMIP message format.

Parameters
msgFormat[ in ] value from p6kmip.h, P6R's Compatibility Bit Mask (e.g., KMIP_CMP_TTLV, KMIP_CMP_MSGXML)
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA call to initialize() must be made before a call to this function.