Load the KMIP request message bytes into the parser.
These message bytes have been read off of a network socket or from a file.
- Parameters
-
msgFormat | [ in ] what is the format of the incoming message, on of the following: { KMIP_CMP_TTLV, KMIP_CMP_MSGXML, KMIP_CMP_MSGJSON }, see p6kmip.h |
pInBuffer | [ in ] an IoBuffer object containing a byte array that contains the incoming KMIP request message |
pErrorStream | [ in ] location to place parsing errors |
- Returns
Success | P6R::eOk | |
Failure | P6R::eNoMemory | Insuffficient memory to properly initialize the component |
P6R::eNotInitialized | A successful call to initialize() was not done. |
P6R::eInvalidArg | pInBuffer is NULL |