|
pure virtual |
Provides implementation depent processing of the provided data.
beginStream() MUST have been called prior to this method.
| pData | A pointer to the data to process. |
| cData | The number of bytes of valid data pointed to by pData. |
| Success | P6R::eOk | |
| Failure< | P6R::eNotInitialized | A successful call to beginStream() was not made before this call. |