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

This method changes the packets current offset to the specified offset.

Parameters
nOffset[ in ] nOffset The offset to seek to.
Returns
SuccessP6R::eOkThe offset was successfully updated.
FailureP6R::eTooBigThe specified offset was past the end of the buffer.