Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IPacket::setUsed ( P6UINT32  cBytesInUse)
pure virtual

This method sets the number of bytes in-use in the buffer.

Parameters
cBytesInUse[ in ] The number of bytes to set as in-use.
Returns
SuccessP6R::eOkThe number of in-use bytes was successfully updated.
FailureP6R::eTooBigThe specified number of bytes is larger than the packet buffer size.