1#ifndef Cpl_Persistent_Region_Media_h_
2#define Cpl_Persistent_Region_Media_h_
51 virtual void stop() noexcept = 0;
61 virtual
bool write(
size_t offset, const
void* srcData,
size_t srcLen ) noexcept = 0;
70 virtual
size_t read(
size_t offset,
void* dstBuffer,
size_t bytesToRead ) noexcept = 0;
This class extends the Cpl::Dm::EventLoop and Cpl::Itc:Mailbox classes to support the asynchronous ch...
Definition MailboxServer.h:43
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20