|
pure virtual |
This method is used to load the KMIP message into the decoder for parsing.
| pBuffer | [ in ] IO buffer where the KMIP message has been read into from the network |
| Success | P6R::eOk | |
| Failure | P6R::eNotInitialized | A call to initialize() has not been made. |
| P6R::eInvalidArg | pBuffer is NULL |