|
pure virtual |
The method is used to store data in the buffer.
| pBuffer | [ in ] A pointer to the data to store in the buffer. |
| cBuffer | [ in ] The size in bytes of the data specified in pBuffer |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pBuffer was NULL or cBuffer was 0. |
| P6R::eTooBig | There was not enough room in the buffer to store the data. |