Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IDataStream::beginStream ( void  )
pure virtual

Called to prepare the component to begin accepting stream data via the processStream() method.

This method MUST be called prior to calling processStream().

Returns
SuccessP6R::eOk 
Failure<P6R::eAlreadyInitializedA successful call to endStream() must be done before this method is called again.