Audacity 3.2.0
Public Member Functions | List of all members
IPCChannel Class Referenceabstract

Interface for sending data from client to server or vice versa, complemented by IPCChannelStatusCallback. More...

#include <IPCChannel.h>

Inheritance diagram for IPCChannel:
[legend]

Public Member Functions

virtual ~IPCChannel ()
 
virtual void Send (const void *bytes, size_t length)=0
 Write data to the channel. More...
 

Detailed Description

Interface for sending data from client to server or vice versa, complemented by IPCChannelStatusCallback.

Definition at line 21 of file IPCChannel.h.

Constructor & Destructor Documentation

◆ ~IPCChannel()

IPCChannel::~IPCChannel ( )
virtualdefault

Member Function Documentation

◆ Send()

virtual void IPCChannel::Send ( const void *  bytes,
size_t  length 
)
pure virtual

Write data to the channel.

Parameters
bytesPointer to the data
lengthNumber of bytes to send

Implemented in BufferedIPCChannel.

Referenced by detail::PutMessage().

Here is the caller graph for this function:

The documentation for this class was generated from the following files: