Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ICircbuf::putData ( P6UINT8 pBuffer,
P6SIZE  cBuffer 
)
pure virtual

The method is used to store data in the buffer.

Parameters
pBuffer[ in ] A pointer to the data to store in the buffer.
cBuffer[ in ] The size in bytes of the data specified in pBuffer
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpBuffer was NULL or cBuffer was 0.
P6R::eTooBigThere was not enough room in the buffer to store the data.