Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IKMIPDecoder::setBufPtr ( p6IIoBuffer pBuffer)
pure virtual

This method is used to load the KMIP message into the decoder for parsing.

Parameters
pBuffer[ in ] IO buffer where the KMIP message has been read into from the network
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA call to initialize() has not been made.
P6R::eInvalidArgpBuffer is NULL