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

Allow the caller to switch to a different KMIP protocol version.

Parameters
protocolVersion[ in ] KMIP protocol version mapping {0 == 1.0, 1 == 1.1, 2 == 1.2, 3 == 1.3, 4 == 1.4)
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA call to initialize() must be made before a call to this function.