Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IIoHandler::write ( const P6VOID pBuffer,
P6SIZE  cBytesToWrite,
P6SIZE pcBytesWritten 
)
pure virtual

Writes the data in pBuffer to the underlying component.

Parameters
pBuffer[ in ] A pointer to a buffer containing the data to be written.
cBytesToWrite[ in ] The number of bytes in pBuffer to write. The underlying component may not write all the request data.
pcBytesWritten[ out ] The address of a P6SIZE in which will be placed the number of bytes written (consumed). If this is less than cbBuffer, the caller must call this method again with the remaining data.
Returns