ezEngine  Release 25.03
ezIpcChannelEvent Struct Reference

Event data for ezIpcChannel::m_Events. More...

#include <IpcChannel.h>

Public Types

enum  Type { Disconnected, Connecting, Connected, NewMessages }
 

Public Member Functions

 ezIpcChannelEvent (Type type, ezIpcChannel *pChannel)
 

Public Attributes

Type m_Type = NewMessages
 
ezIpcChannelm_pChannel = nullptr
 

Detailed Description

Event data for ezIpcChannel::m_Events.

Member Enumeration Documentation

◆ Type

Enumerator
Disconnected 

Server or client are in a dorment state.

Connecting 

The server is listening for clients or the client is trying to find the server.

Connected 

Client and server are connected to each other.

NewMessages 

Sent when a new messages have been received or when disconnected to wake up any thread waiting for messages.


The documentation for this struct was generated from the following file: