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

Start the special KMIP server.

Accept incoming connections from KMIP clients on the given port. This server only implements the Notify and Put operations.

Returns
SuccessP6R::eOk 
FailureP6R::eNoMemoryInsuffficient memory to properly initialize the component
P6R::eNotInitializedA successful call to initialize() was not done.
P6R::eInvalidStateA successful call to stop() must be done first to stop current listening server.