Audacity 3.2.0
|
Interface for sending data from client to server or vice versa, complemented by IPCChannelStatusCallback. More...
#include <IPCChannel.h>
Public Member Functions | |
virtual | ~IPCChannel () |
virtual void | Send (const void *bytes, size_t length)=0 |
Write data to the channel. More... | |
Interface for sending data from client to server or vice versa, complemented by IPCChannelStatusCallback.
Definition at line 21 of file IPCChannel.h.
|
virtualdefault |
|
pure virtual |
Write data to the channel.
bytes | Pointer to the data |
length | Number of bytes to send |
Implemented in BufferedIPCChannel.
Referenced by detail::PutMessage().