|
pure virtual |
Sets up the object to run properly.
flags | [IN] Set perferences for the new object. These preferences are fixed during the lifetime of object. |
version | [IN] KMIP protocol version, {0 == 1.0, 1 == 1.1, 2 = 1.2} |
pPool | [IN] Caller provided memory pool for use in generating KMIP request/response messages stored in buffers from this pool. |
pPreferences | [IN] Allows the caller to tailor the actions of this KMIP encoder. This parameter is option and when set to NULL it is ignored. |
Success | P6R::eOk | |
Failure | P6R::eAlreadyInitialized | Method can only be called once successfully. |
P6R::eInvalidArg | pPool is NULL |